mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #714 from mewtaylor/issue/gh-r2-3798
[Develop] Hotfix: Allow urls with `ajax` to pass through
This commit is contained in:
commit
5e130d238b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue