Update tenant HTTP prefix in appsettings.json for consistency

This commit is contained in:
Sipke Schoorstra 2025-08-05 22:16:25 +02:00
parent 95346c98a3
commit adad649fa5
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -44,7 +44,7 @@
"Name": "Tenant 1",
"Configuration": {
"Http": {
"Prefix": "/tenant-1",
"Prefix": "tenant-1",
"Host": "localhost:5001"
},
"ConnectionStrings": {