Update utlis/constant.py
Browse files- utlis/constant.py +2 -3
utlis/constant.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
|
2 |
-
|
3 |
-
|
4 |
-
IP_WEB_SERVER = "https://eba6-196-75-110-153.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"
|
|
|
1 |
|
2 |
+
|
3 |
+
IP_WEB_SERVER = "https://agds-datasvc.effyispayment.com/"
|
|
|
4 |
SERVICES_API = IP_WEB_SERVER+"/services/"
|
5 |
ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
|
6 |
ADD_STORE_DOCUMENT = IP_WEB_SERVER+"/add_and_store_document"
|