simoncck commited on
Commit
849f372
·
verified ·
1 Parent(s): c76e5c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.utcnow().isoformat()}
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):