🎨 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

@@ -5,7 +5,7 @@ from app.api.deps import get_current_active_superuser
from app.models import Message
from app.utils import generate_test_email, send_email
router = APIRouter()
router = APIRouter(prefix="/utils", tags=["utils"])
@router.post(