删除测试

This commit is contained in:
18610128193
2026-06-10 11:02:35 +08:00
parent b24c176b88
commit 522839d8e4
+1 -1
View File
@@ -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}