Commit 98cccaa5 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #1498 from mewtaylor/issue/legacy-routes

Pass to legacy on message routes with `ajax`
parents 63963254 b62a4db5
......@@ -144,7 +144,7 @@
{
"name": "messages",
"pattern": "^/messages/?$",
"routeAlias": "/messages",
"routeAlias": "/messages(?!/ajax)",
"view": "messages/container",
"title": "Messages"
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment