Noded/frontend#84 - make welcome page redirect to SPA by default
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user