✏️ Capitalize tags
This commit is contained in:
parent
4d8952eff7
commit
642359bdeb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from pydantic import BaseModel
|
||||||
from ohmyapi.builtin.auth.models import Group, User
|
from ohmyapi.builtin.auth.models import Group, User
|
||||||
|
|
||||||
# Router
|
# Router
|
||||||
router = APIRouter(prefix="/auth", tags=["auth"])
|
router = APIRouter(prefix="/auth", tags=["Auth"])
|
||||||
|
|
||||||
# Secrets & config (should come from settings/env in real projects)
|
# Secrets & config (should come from settings/env in real projects)
|
||||||
JWT_SECRET = getattr(settings, "JWT_SECRET", "changeme")
|
JWT_SECRET = getattr(settings, "JWT_SECRET", "changeme")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue