mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Adding functionality for Tasks.
This commit is contained in:
parent
947abfb76f
commit
56b27d6b05
13 changed files with 234 additions and 9 deletions
|
|
@ -115,4 +115,11 @@ FlowRouter.route('/taskHome', {
|
|||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'taskHome' });
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/myTasks', {
|
||||
name: 'myTasks',
|
||||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'myTasks' });
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue