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