Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ async def _startup():
|
|
| 174 |
|
| 175 |
@app.get("/health")
|
| 176 |
async def health():
|
| 177 |
-
return {"status": "healthy", "timestamp": dt.
|
| 178 |
|
| 179 |
@app.post("/api/browser/launch")
|
| 180 |
async def launch(request: BrowserLaunchRequest):
|
|
|
|
| 174 |
|
| 175 |
@app.get("/health")
|
| 176 |
async def health():
|
| 177 |
+
return {"status": "healthy", "timestamp": dt.now().isoformat()}
|
| 178 |
|
| 179 |
@app.post("/api/browser/launch")
|
| 180 |
async def launch(request: BrowserLaunchRequest):
|