From 87a0350b024895acbad3fdd7f8f1fb1c39dc1ef7 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 11 Jul 2016 10:29:22 -0400 Subject: [PATCH] Allow urls with `ajax` to pass through Needed for https://github.com/LLK/scratchr2/pull/3804 --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index 677578eaa..f671045f9 100644 --- a/src/routes.json +++ b/src/routes.json @@ -33,7 +33,7 @@ { "name": "explore-redirect", "pattern": "^/explore/?$", - "routeAlias": "^/explore", + "routeAlias": "^/explore(?!/ajax)", "redirect": "/explore/projects/all" }, {