mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Extensibility: discussion list params
Also give the root controller the name of the current route so they can easily route back to it
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
export default function mapRoutes(routes) {
|
||||
var map = {};
|
||||
for (var r in routes) {
|
||||
routes[r][1].props.routeName = r;
|
||||
map[routes[r][0]] = routes[r][1];
|
||||
}
|
||||
return map;
|
||||
|
Reference in New Issue
Block a user