removed departments from urls.py page
This commit is contained in:
@@ -24,5 +24,4 @@ urlpatterns = [
|
||||
path('', include('accounts.urls')),
|
||||
path('dashboard/', include('dashboard.urls')),
|
||||
path('employees/', include('employees.urls')),
|
||||
path('departments/', include('departments.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user