Spaces:
Running
Running
Update chat_handler.py
Browse files- chat_handler.py +0 -4
chat_handler.py
CHANGED
@@ -100,10 +100,6 @@ def health_check():
|
|
100 |
"timestamp": datetime.now().isoformat()
|
101 |
}
|
102 |
|
103 |
-
@router.get("/")
|
104 |
-
def health():
|
105 |
-
return {"status": "ok", "sessions": len(session_store._sessions)}
|
106 |
-
|
107 |
class StartRequest(BaseModel):
|
108 |
project_name: str
|
109 |
|
|
|
100 |
"timestamp": datetime.now().isoformat()
|
101 |
}
|
102 |
|
|
|
|
|
|
|
|
|
103 |
class StartRequest(BaseModel):
|
104 |
project_name: str
|
105 |
|