mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-03 09:04:06 -05:00
fix auth tags
This commit is contained in:
@@ -10,8 +10,8 @@ from mealie.schema.user import UserInDB
|
||||
from mealie.services.events import create_user_event
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
||||
public_router = APIRouter(tags=["Authentication"])
|
||||
user_router = UserAPIRouter(tags=["Authentication"])
|
||||
public_router = APIRouter(tags=["Users: Authentication"])
|
||||
user_router = UserAPIRouter(tags=["Users: Authentication"])
|
||||
|
||||
|
||||
@public_router.post("/token/long")
|
||||
|
||||
Reference in New Issue
Block a user