Update tenant HTTP prefix in appsettings.json for consistency
This commit is contained in:
parent
95346c98a3
commit
adad649fa5
|
|
@ -44,7 +44,7 @@
|
|||
"Name": "Tenant 1",
|
||||
"Configuration": {
|
||||
"Http": {
|
||||
"Prefix": "/tenant-1",
|
||||
"Prefix": "tenant-1",
|
||||
"Host": "localhost:5001"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue