feat: add dark theme for swagger
This commit is contained in:
@ -69,6 +69,7 @@ public class Program
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseCors("AllowAll");
|
||||
app.UseCustomSerilog();
|
||||
|
||||
|
Reference in New Issue
Block a user