feat: enm添加至路由

This commit is contained in:
caoqianming 2023-06-14 15:32:51 +08:00
parent 5f9ef83c6e
commit 204e951a6f
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ urlpatterns = [
path('', include('apps.vm.urls')), path('', include('apps.vm.urls')),
path('', include('apps.bi.urls')), path('', include('apps.bi.urls')),
path('', include('apps.em.urls')), path('', include('apps.em.urls')),
path('', include('apps.enm.urls')),