mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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",
|
||||
"pattern": "^/messages/?$",
|
||||
"routeAlias": "/messages",
|
||||
"routeAlias": "/messages(?!/ajax)",
|
||||
"view": "messages/container",
|
||||
"title": "Messages"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue