Commit 87a0350b authored by Matthew Taylor's avatar Matthew Taylor

Allow urls with `ajax` to pass through

Needed for https://github.com/LLK/scratchr2/pull/3804
parent b5cca385
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
{ {
"name": "explore-redirect", "name": "explore-redirect",
"pattern": "^/explore/?$", "pattern": "^/explore/?$",
"routeAlias": "^/explore", "routeAlias": "^/explore(?!/ajax)",
"redirect": "/explore/projects/all" "redirect": "/explore/projects/all"
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment