mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Allow urls with ajax
to pass through
Needed for https://github.com/LLK/scratchr2/pull/3804
This commit is contained in:
parent
b5cca385a7
commit
87a0350b02
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{
|
||||
"name": "explore-redirect",
|
||||
"pattern": "^/explore/?$",
|
||||
"routeAlias": "^/explore",
|
||||
"routeAlias": "^/explore(?!/ajax)",
|
||||
"redirect": "/explore/projects/all"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue