FABLESLIP commited on
Commit
d013767
·
verified ·
1 Parent(s): b3402f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -391,9 +391,10 @@ def _gen_thumbs_background(video: Path, vid_stem: str):
391
  def root():
392
  return {
393
  "ok": True,
394
- "routes": ["/", "/health", "/files", "/upload", "/meta/{vid}", "/frame_idx", "/poster/{vid}", "/window/{vid}",
395
  "/mask", "/mask/{vid}", "/mask/rename", "/mask/delete", "/progress/{vid_stem}", "/ui",
396
- "/warmup/start", "/warmup/status", "/warmup/stop", "/warmup/audit"]
 
397
  }
398
 
399
  @app.get("/health", tags=["meta"])
 
391
  def root():
392
  return {
393
  "ok": True,
394
+ "routes": ["/", "/health", "/files", "/upload", "/meta/{vid}", "/frame_idx", "/poster/{vid}", "/window/{vid}",
395
  "/mask", "/mask/{vid}", "/mask/rename", "/mask/delete", "/progress/{vid_stem}", "/ui",
396
+ "/warmup/start", "/warmup/status", "/warmup/stop", "/warmup/audit", "/warmup/catalog"]
397
+
398
  }
399
 
400
  @app.get("/health", tags=["meta"])