Task #26 - Created general layout for exporting to html
This commit is contained in:
@@ -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' ]
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user