feat: add dark theme for swagger

This commit is contained in:
2024-06-10 22:01:58 +03:00
parent 4222e4702f
commit b640902777
3 changed files with 851 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class Program
var app = builder.Build();
app.UseStaticFiles();
app.UseCors("AllowAll");
app.UseCustomSerilog();