This commit is contained in:
18610128193
2026-06-08 15:07:46 +08:00
parent c1a8a16502
commit f2f6a4d142
+1 -1
View File
@@ -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}