diff --git a/server/urls.py b/server/urls.py index 8ef62786..6718178c 100755 --- a/server/urls.py +++ b/server/urls.py @@ -49,6 +49,8 @@ urlpatterns = [ path('', include('apps.utils.urls')), path('', include('apps.develop.urls')), path('', include('apps.hrm.urls')), + path('', include('apps.am.urls')), + path('', include('apps.ecm.urls')),