This commit is contained in:
MiLla 2024-11-19 20:15:57 +08:00
parent 077ecb8d5e
commit 17cf72777f

View File

@ -14,7 +14,7 @@ from dependencies import *
router = APIRouter() router = APIRouter()
#推送修改用注释
@router.get(...) @router.get(...)
def example(): def example():
return "hello" return "hello"