diff --git a/video-gen-api/app/api/v1/test.py b/video-gen-api/app/api/v1/test.py index 7e41defb..c00efa3e 100644 --- a/video-gen-api/app/api/v1/test.py +++ b/video-gen-api/app/api/v1/test.py @@ -4,7 +4,7 @@ from fastapi import APIRouter, Depends, HTTPException, Request router = APIRouter(prefix="/test", tags=["test"]) -@router.get("/") +@router.get("/index") async def test(req: Request): return {"message": "test","code":200}