Task #26 - Created general layout for exporting to html

This commit is contained in:
2020-02-08 12:47:03 -06:00
parent 80d568a520
commit 29a873559b
3 changed files with 62 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ const index = {
'/dash': [ 'controller::Home.welcome' ],
'/login': [ 'middleware::auth:GuestOnly', 'controller::Home.get_login' ],
'/test-json' : [ 'controller::Export.json_export' ],
'/test-markdown' : [ 'controller::Export.markdown_export' ]
'/test-markdown' : [ 'controller::Export.markdown_export' ],
'/test-html' : [ 'controller::Export.html_export' ]
},
/*