Skip to content

Commit

Permalink
re-enable wagtail docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnuesslein committed Feb 24, 2022
1 parent 28068a2 commit 57d2f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
path("language/<language>/", SwitchLanguageView.as_view(), name="switch_language"),
# Wagtail
path("cms/", include("wagtail.admin.urls")),
# path("documents/", include("wagtail.documents.urls")),
path("documents/", include("wagtail.documents.urls")),
# APIs
path("graphql/", include("apps.graphql.urls")),
path("wagtailapi/v2/", api_router.urls),
Expand Down

0 comments on commit 57d2f71

Please sign in to comment.