From 1287ce2360661dc81cad289c3aa8e957c68780fa Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Thu, 2 Jan 2025 00:13:14 +0600 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B8=D0=BD=D0=B8=D0=BC=20=D0=B1=D0=B8?= =?UTF-8?q?=D0=BB=D0=B45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/routers/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/routers/__init__.py b/backend/app/routers/__init__.py index 1a46476..a019968 100644 --- a/backend/app/routers/__init__.py +++ b/backend/app/routers/__init__.py @@ -1,4 +1,4 @@ """API routes package""" -from . import auth, requests +from . import auth, employees, requests, admin -__all__ = ['auth', 'requests'] \ No newline at end of file +__all__ = ['auth', 'requests', 'employees', 'admin'] \ No newline at end of file