Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend
This commit is contained in:
@@ -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' ]
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user