From 3d5057f4f88329f612fa3517f9978a55b747d516 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 17 Jun 2022 15:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/urls.py | 2 ++ 1 file changed, 2 insertions(+) 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')),