Add file upload

This commit is contained in:
2024-05-10 14:20:46 +04:00
parent 698cca0aeb
commit a45c2dfee2
11 changed files with 102 additions and 9 deletions

View File

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