fix sharing redirect

This commit is contained in:
2019-06-24 14:15:09 -05:00
parent 25a7abb344
commit 2dafb07cea
2 changed files with 5 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ const index = {
* controller() calls get methods in Flitter controllers
*/
get: {
'/': [ _flitter.controller('Home').welcome ],
'/': [ _flitter.mw('v1:Invite'), _flitter.controller('Home').welcome ],
},
/*