mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Pass to legacy on message routes with ajax
Currenlty, some legacy endpoints are failing because they’re being directed to www. A similar thing happened with `/explore`, and this is the same fix
This commit is contained in:
parent
63963254f9
commit
b62a4db590
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
||||||
{
|
{
|
||||||
"name": "messages",
|
"name": "messages",
|
||||||
"pattern": "^/messages/?$",
|
"pattern": "^/messages/?$",
|
||||||
"routeAlias": "/messages",
|
"routeAlias": "/messages(?!/ajax)",
|
||||||
"view": "messages/container",
|
"view": "messages/container",
|
||||||
"title": "Messages"
|
"title": "Messages"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue