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 mealie.services.events import create_user_event
|
||||||
from sqlalchemy.orm.session import Session
|
from sqlalchemy.orm.session import Session
|
||||||
|
|
||||||
public_router = APIRouter(tags=["Authentication"])
|
public_router = APIRouter(tags=["Users: Authentication"])
|
||||||
user_router = UserAPIRouter(tags=["Authentication"])
|
user_router = UserAPIRouter(tags=["Users: Authentication"])
|
||||||
|
|
||||||
|
|
||||||
@public_router.post("/token/long")
|
@public_router.post("/token/long")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user