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 |
SERVICES_API = IP_WEB_SERVER+"/services/"
|
6 |
ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
|
7 |
ADD_STORE_DOCUMENT = IP_WEB_SERVER+"/add_and_store_document"
|
|
|
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://17a8-105-76-15-28.ngrok-free.app"
|
5 |
SERVICES_API = IP_WEB_SERVER+"/services/"
|
6 |
ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
|
7 |
ADD_STORE_DOCUMENT = IP_WEB_SERVER+"/add_and_store_document"
|