1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2024-12-28 06:28:43 +06:00
parent 0c95c62f1d
commit cf11b92549
3 changed files with 48 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
"""API routes package"""
from . import auth
from . import auth, requests
__all__ = ['auth']
__all__ = ['auth', 'requests']