Skip to content
Snippets Groups Projects
Commit d3137044 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Stricter pages api url

parent 32eaa4f0
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ api = [
name='page-manifest'), # TODO: Replace with actual manifest page
# Pages list + search
url(r'pages/$', PagesSearch.as_view(), name='pages'),
url(r'^pages/$', PagesSearch.as_view(), name='pages'),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment