Allow urls with ajax to pass through

Needed for https://github.com/LLK/scratchr2/pull/3804
This commit is contained in:
Matthew Taylor 2016-07-11 10:29:22 -04:00
parent b5cca385a7
commit 87a0350b02

View file

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