mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1498 from mewtaylor/issue/legacy-routes
Pass to legacy on message routes with `ajax`
This commit is contained in:
commit
98cccaa5da
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