Commit b62a4db5 authored by Matthew Taylor's avatar Matthew Taylor

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
parent 63963254
......@@ -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