Removed api url from env #217

This commit is contained in:
2023-02-21 11:31:55 +01:00
parent f42f2086e7
commit 70775111c5
7 changed files with 9 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
{
"ApiURL": "http://localhost:5000",
"ApiURL": "http://localhost:8044",
"WebVersion": {
"Major": "1",
"Minor": "0",
"Micro": "dev134"
"Micro": "dev217"
},
"Themes": [
{
@@ -23,4 +23,4 @@
"Name": "sh-edraft-dark-theme"
}
]
}
}