MohanadAfiffy commited on
Commit
3b337b3
·
verified ·
1 Parent(s): a2f3d62

Update clients.py

Browse files
Files changed (1) hide show
  1. clients.py +1 -1
clients.py CHANGED
@@ -11,7 +11,7 @@ import pandas as pd
11
  import requests
12
  import os
13
 
14
- host=os.getenv("Host")
15
 
16
  CompanyBackendService=host+'/receive_companies/'
17
  UserBackendService=host+'/receive_users/'
 
11
  import requests
12
  import os
13
 
14
+ host=os.getenv("backend")
15
 
16
  CompanyBackendService=host+'/receive_companies/'
17
  UserBackendService=host+'/receive_users/'