badalsahani commited on
Commit
ddcaf67
·
1 Parent(s): 248fea5

Update app/functions.py

Browse files
Files changed (1) hide show
  1. 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(API_ENDPOINT)
25
- return response.json()
 
 
21
 
22
  def get_health():
23
  response = requests.get(API_ENDPOINT)
24
+ print(response)
25
+ print(response.json())
26
+ return "TRUE"