summaryrefslogtreecommitdiff
path: root/app/routes/routes.py
diff options
context:
space:
mode:
authortycfuvgibhoinjok <aneuhmanh@gmail.com>2026-03-31 13:46:18 +0300
committertycfuvgibhoinjok <aneuhmanh@gmail.com>2026-03-31 13:46:18 +0300
commit7e41576035cd9f0004255a7490e6691c6d989ff6 (patch)
tree4d78369f54b32c9f72bcc137b41f1cc0172f30fc /app/routes/routes.py
parent051f562c6ceafe8f25e10548bd8f5543839794e5 (diff)
add jwt
Diffstat (limited to 'app/routes/routes.py')
-rw-r--r--app/routes/routes.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/routes/routes.py b/app/routes/routes.py
deleted file mode 100644
index 7db7ec4..0000000
--- a/app/routes/routes.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from fastapi import APIRouter
-
-from .register import router as register_router
-
-router = APIRouter()
-router.include_router(register_router)