more additions.
This commit is contained in:
parent
dd7e4a4933
commit
e8649038ad
5 changed files with 82 additions and 33 deletions
|
|
@ -75,4 +75,11 @@ FlowRouter.route('/workoutLog', {
|
|||
action() {
|
||||
this.render('MainLayout', { main: "workoutLog"});
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/logbook', {
|
||||
name: 'logbook',
|
||||
action() {
|
||||
this.render('MainLayout', { main: "logbook"});
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue