Merge branch 'feature/com-control-base-path' into 'main'
fixed path for swagger See merge request kzotkin/hiveemulator!8
This commit is contained in:
commit
6d2533e53d
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"AllowedHosts": "*",
|
||||
"Urls": "http://0.0.0.0:8080",
|
||||
"BasePath": "/",
|
||||
"BasePath": "",
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
|
||||
"MinimumLevel": {
|
||||
|
|
Loading…
Reference in New Issue