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

[Develop] Hotfix: Allow urls with `ajax` to pass through
This commit is contained in:
Matthew Taylor 2016-07-11 10:48:58 -04:00 committed by GitHub
commit 5e130d238b

View file

@ -33,7 +33,7 @@
{
"name": "explore-redirect",
"pattern": "^/explore/?$",
"routeAlias": "^/explore",
"routeAlias": "^/explore(?!/ajax)",
"redirect": "/explore/projects/all"
},
{