Soumik555 commited on
Commit
ce32ad9
·
1 Parent(s): 48be1e8
Files changed (1) hide show
  1. main.py +6 -1
main.py CHANGED
@@ -7,4 +7,9 @@ scheduler = init_scheduler()
7
 
8
  @app.get("/ping")
9
  def health_check():
10
- return {"status": "ok"}
 
 
 
 
 
 
7
 
8
  @app.get("/ping")
9
  def health_check():
10
+ return {"status": "ok"}
11
+
12
+
13
+ @app.get("/ping_all_projects")
14
+ async def ping_all_projects():
15
+ ping_all_projects()