Spaces:
Sleeping
Sleeping
Commit
·
ddcaf67
1
Parent(s):
248fea5
Update app/functions.py
Browse files- app/functions.py +3 -2
app/functions.py
CHANGED
@@ -21,5 +21,6 @@ def handle_url(url, from_lang, to_lang, gender):
|
|
21 |
|
22 |
def get_health():
|
23 |
response = requests.get(API_ENDPOINT)
|
24 |
-
print(
|
25 |
-
|
|
|
|
21 |
|
22 |
def get_health():
|
23 |
response = requests.get(API_ENDPOINT)
|
24 |
+
print(response)
|
25 |
+
print(response.json())
|
26 |
+
return "TRUE"
|