Add authorization

This commit is contained in:
2024-05-14 20:55:35 +04:00
parent 0565efdd15
commit 090897a11f
15 changed files with 255 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
from .games import games_router as games_router
from .files import files_router as files_router
from .startup import startup_router as startup_router
from .auth import auth_router as auth_router