🎨 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

@@ -26,7 +26,7 @@ from app.models import (
)
from app.utils import generate_new_account_email, send_email
router = APIRouter()
router = APIRouter(prefix="/users", tags=["users"])
@router.get(