Merge branch 'feature/com-control-base-path' into 'main'

fixed path for swagger

See merge request kzotkin/hiveemulator!8
This commit is contained in:
Kirill 2025-04-23 08:58:51 +00:00
commit 6d2533e53d
1 changed files with 1 additions and 1 deletions

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": {