Skip to content

Commit

Permalink
remove unused paths for images (#1593)
Browse files Browse the repository at this point in the history
* remove unused paths for images and documents

* if it ain't broke...
  • Loading branch information
mwvolo authored Nov 11, 2024
1 parent a347131 commit f36e4c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openstax/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
path('django-admin/', admin.site.urls),

path('documents/', include(wagtaildocs_urls)),
path('images/', ServeView.as_view(action='redirect'), name='wagtailimages_serve'),

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

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

0 comments on commit f36e4c7

Please sign in to comment.