Adding simple permission to routes

This commit is contained in:
2023-03-08 15:08:45 +01:00
parent ac3268e6c8
commit bf536fe8f7
5 changed files with 36 additions and 27 deletions

View File

@@ -1,3 +1,3 @@
from .routes import router as user_router, get_auth_router
from .routes import router as user_router
from .manager import get_auth_router
from .models import User, AccessToken