1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

fix url used by gridview

This commit is contained in:
Nick Sweeting 2021-02-18 02:38:30 -05:00
parent e3b69c450c
commit 13c2b7c8eb

View file

@ -20,7 +20,7 @@ urlpatterns = [
path('docs/', RedirectView.as_view(url='https://github.com/ArchiveBox/ArchiveBox/wiki'), name='Docs'),
path('archive/', RedirectView.as_view(url='/')),
path('archive/<path:path>', SnapshotView.as_view(), name='snapshot'),
path('archive/<path:path>', SnapshotView.as_view(), name='Snapshot'),
path('admin/core/snapshot/add/', RedirectView.as_view(url='/add/')),
path('add/', AddView.as_view(), name='add'),