Skip to content
Snippets Groups Projects
Commit 72b882c8 authored by Hermann's avatar Hermann
Browse files

move landing page to events

parent 6146c3ec
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ function layoutWith(view) { ...@@ -24,7 +24,7 @@ function layoutWith(view) {
} }
m.route.prefix(''); m.route.prefix('');
m.route(root, '/users', { m.route(root, '/events', {
'/users': layoutWith(UserTable), '/users': layoutWith(UserTable),
'/users/:id': layoutWith(UserItem), '/users/:id': layoutWith(UserItem),
'/newuser': layoutWith(UserItem), '/newuser': layoutWith(UserItem),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment