Base Url implementation (#1824)

* Base Url implementation

* PR requested changes
This commit is contained in:
Gazy Mahomar
2023-03-11 14:47:40 +01:00
committed by GitHub
parent 74f62fd5e2
commit 2cff1bcebe
12 changed files with 134 additions and 9 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"TokenKey": "super secret unguessable key",
"Port": 5000,
"IpAddresses": ""
"IpAddresses": "",
"BaseUrl": "/"
}