Task #28 - Update variables to standard and created export controller

This commit is contained in:
2020-02-08 05:17:29 -06:00
parent 7f832c0d92
commit 68b20a5cf4
4 changed files with 6 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ const index = {
// your own route protected by 'middleware::auth:UserOnly'
'/dash': [ 'controller::Home.welcome' ],
'/login': [ 'middleware::auth:GuestOnly', 'controller::Home.get_login' ],
'/test-export' : ['controller::Export.json_export' ],
},
/*