diff --git a/oee/urls.py b/oee/urls.py index 494a20c..b38def3 100644 --- a/oee/urls.py +++ b/oee/urls.py @@ -24,5 +24,4 @@ urlpatterns = [ path('', include('accounts.urls')), path('dashboard/', include('dashboard.urls')), path('employees/', include('employees.urls')), - path('departments/', include('departments.urls')), ]