Spaces:
Sleeping
Sleeping
Update clients.py
Browse files- 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("
|
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/'
|