mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added Task Mgmt, and framework for Recipes.
This commit is contained in:
parent
3b9a54daf1
commit
947abfb76f
13 changed files with 430 additions and 1 deletions
|
|
@ -108,4 +108,11 @@ FlowRouter.route('/menuItems', {
|
|||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'menuItems' });
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/taskHome', {
|
||||
name: 'taskHome',
|
||||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'taskHome' });
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue