removed departments from urls.py page

This commit is contained in:
Ranjith
2026-07-18 17:17:53 +00:00
parent 1ff3f5cc34
commit 281c998b28

View File

@@ -24,5 +24,4 @@ urlpatterns = [
path('', include('accounts.urls')),
path('dashboard/', include('dashboard.urls')),
path('employees/', include('employees.urls')),
path('departments/', include('departments.urls')),
]