🎨 Move prefix and tags to routers (#1439)

This commit is contained in:
Patrick Arminio
2024-12-02 13:04:03 +01:00
committed by GitHub
parent aa71abedcc
commit 30832076f5
5 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ from app.utils import (
verify_password_reset_token,
)
router = APIRouter()
router = APIRouter(tags=["login"])
@router.post("/login/access-token")