Spaces:
Paused
Paused
Commit ·
12941f6
1
Parent(s): 392ec31
-- Renew heartbeat api
Browse files
app.py
CHANGED
|
@@ -11,5 +11,4 @@ def greet_json():
|
|
| 11 |
|
| 12 |
@app.get("/heartbeat")
|
| 13 |
def heartbeat_json():
|
| 14 |
-
Common.call_api(DEFALUT_N8N_HEARTBEAT_URL, {})
|
| 15 |
-
return {"status": "success"}
|
|
|
|
| 11 |
|
| 12 |
@app.get("/heartbeat")
|
| 13 |
def heartbeat_json():
|
| 14 |
+
return Common.call_api(DEFALUT_N8N_HEARTBEAT_URL, {})
|
|
|