Nechba commited on
Commit
b9bd7a9
·
verified ·
1 Parent(s): 7e0c1aa

Update utlis/constant.py

Browse files
Files changed (1) hide show
  1. utlis/constant.py +2 -3
utlis/constant.py CHANGED
@@ -1,7 +1,6 @@
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://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"