main
RogerWork 11 months ago
parent a5cf01451b
commit e9c9ef7fc5
  1. 3
      .gitignore
  2. 2
      dingxin_toolbox_drf/urls.py

3
.gitignore vendored

@ -1,2 +1,3 @@
/venv/
.idea
.idea
/log/

@ -22,6 +22,6 @@ from rest_framework.authtoken.views import obtain_auth_token
urlpatterns = [
path('admin/', admin.site.urls),
path('api-token-auth/', obtain_auth_token),
path('update/', include('update.urls')),
path('update/', include('update.urls')), # cinema Update 备注
path('docs/', include_docs_urls(title='接口文档')),
]

Loading…
Cancel
Save