mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
fix auth tags
This commit is contained in:
parent
05f2eab1ea
commit
34a5587add
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue