Spaces:
Runtime error
Runtime error
Update utlis/constant.py
Browse files- utlis/constant.py +1 -1
utlis/constant.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
# IP_WEB_SERVER = "https://f564-196-65-150-53.ngrok-free.app"
|
3 |
# IP_MODEL_SERVER = "https://fluffy-mole-81.telebit.io"
|
4 |
-
IP_WEB_SERVER = "
|
5 |
#IP_WEB_SERVER = "http://localhost:8000"
|
6 |
SERVICES_API = IP_WEB_SERVER+"/services/"
|
7 |
ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
|
|
|
1 |
|
2 |
# IP_WEB_SERVER = "https://f564-196-65-150-53.ngrok-free.app"
|
3 |
# IP_MODEL_SERVER = "https://fluffy-mole-81.telebit.io"
|
4 |
+
IP_WEB_SERVER = "https://fastapi-b3endffrhgethzhz.canadacentral-01.azurewebsites.net"
|
5 |
#IP_WEB_SERVER = "http://localhost:8000"
|
6 |
SERVICES_API = IP_WEB_SERVER+"/services/"
|
7 |
ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
|