1
0
Fork 0

fix(gui): switch default API host to localhost

This commit is contained in:
Sean Sube 2023-01-05 15:48:40 -06:00
parent c036c6fcd9
commit 5f1bb4ab56
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"api": {
"root": "http://ssube-desktop.home.holdmyran.ch:5000"
"root": "http://127.0.0.1:5000"
}
}