Task #27 - Defined functions for creating directories for exporting as markdown

This commit is contained in:
2020-02-08 11:24:15 -06:00
parent 617a77b809
commit 270da67977
2 changed files with 48 additions and 10 deletions

View File

@@ -46,7 +46,8 @@ 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' ],
'/test-json' : [ 'controller::Export.json_export' ],
'/test-markdown' : [ 'controller::Export.markdown_export' ]
},
/*