mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix auth tags
This commit is contained in:
parent
05f2eab1ea
commit
34a5587add
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user