krrishsinha commited on
Commit
d65dc51
·
1 Parent(s): 65ff315
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ app.add_middleware(
16
 
17
  @app.get("/health")
18
  def health():
19
- return {"status": "ok"} //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
20
 
21
  @app.post("/auth/register")
22
  def register(data: RegisterRequest):
 
16
 
17
  @app.get("/health")
18
  def health():
19
+ return {"status": "ok"}
20
 
21
  @app.post("/auth/register")
22
  def register(data: RegisterRequest):