Commit 5e130d23 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #714 from mewtaylor/issue/gh-r2-3798

[Develop] Hotfix: Allow urls with `ajax` to pass through
parents 6e67e397 87a0350b
......@@ -33,7 +33,7 @@
{
"name": "explore-redirect",
"pattern": "^/explore/?$",
"routeAlias": "^/explore",
"routeAlias": "^/explore(?!/ajax)",
"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