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": "*",
|
"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": {
|
||||||
|
|
Loading…
Reference in New Issue