Skip to content

Commit

Permalink
if it ain't broke...
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Oct 30, 2024
1 parent 15d2fec commit 4459236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstax/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
path('django-admin/clear_cache/', clear_entire_cache, name='clear_entire_cache'),
path('django-admin/', admin.site.urls),

path('documents/', include(wagtaildocs_urls)),

re_path(r'^accounts', include(accounts_urls)), # non-CloudFront Accounts redirects

path('apps/cms/api/', include(api_urls)),
Expand Down

0 comments on commit 4459236

Please sign in to comment.