Noded/frontend#84 - make welcome page redirect to SPA by default
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-02-15 19:06:51 -06:00
parent 33944c1b86
commit bebdd504dd
3 changed files with 13 additions and 11 deletions

View File

@@ -24,6 +24,13 @@ module.exports = exports = {
['middleware::api:DataInjection', { access_level: 'view' }],
'controller::api:v1:Page.get_nodes',
],
// Get a particular node present on the specified page
'/:PageId/nodes/:NodeId': [
'middleware::auth:ApiRoute',
['middleware::api:DataInjection', { access_level: 'view' }],
'controller::api:v1:Page.get_node',
],
},
post: {