Spaces:
Sleeping
Sleeping
Commit ·
d65dc51
1
Parent(s): 65ff315
addme
Browse files
main.py
CHANGED
|
@@ -16,7 +16,7 @@ app.add_middleware(
|
|
| 16 |
|
| 17 |
@app.get("/health")
|
| 18 |
def health():
|
| 19 |
-
return {"status": "ok"}
|
| 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):
|