fixed path for swagger

This commit is contained in:
Kirill Zotkin 2025-04-23 11:57:36 +03:00
parent 3fa3ef13b2
commit fb36a7d13b

View File

@ -20,7 +20,7 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"Urls": "http://0.0.0.0:8080", "Urls": "http://0.0.0.0:8080",
"BasePath": "/", "BasePath": "",
"Serilog": { "Serilog": {
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ], "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
"MinimumLevel": { "MinimumLevel": {