From e4c3977c527f03081c8f65baf9b01a2c5ca6e96f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 19 Sep 2023 15:37:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sam=E6=B7=BB=E5=8A=A0=E8=BF=9B=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/urls.py b/server/urls.py index 63611b25..49861982 100755 --- a/server/urls.py +++ b/server/urls.py @@ -62,6 +62,7 @@ urlpatterns = [ path('', include('apps.enm.urls')), path('', include('apps.fim.urls')), path('', include('apps.inm.urls')), + path('', include('apps.sam.urls')), path('', include('apps.pum.urls')),