diff --git a/video-gen-api/app/api/v1/test.py b/video-gen-api/app/api/v1/test.py index 507cfd95..02961f89 100644 --- a/video-gen-api/app/api/v1/test.py +++ b/video-gen-api/app/api/v1/test.py @@ -5,6 +5,6 @@ router = APIRouter(prefix="/test", tags=["test"]) @router.get("/index") -async def test(req: Request,current_user: User = Depends(get_current_user)): +async def test(): return {"message": "test","code":200}