Flesh out Cobalt, LDAP groups, &c.
This commit is contained in:
18
app/routing/routers/dash/cobalt.routes.js
Normal file
18
app/routing/routers/dash/cobalt.routes.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const cobalt_routes = {
|
||||
prefix: '/dash/c',
|
||||
|
||||
middleware: [
|
||||
'auth:UserOnly',
|
||||
],
|
||||
|
||||
get: {
|
||||
'/listing/:resource*': [
|
||||
'controller::Cobalt.listing',
|
||||
],
|
||||
'/form/:resource*': [
|
||||
'controller::Cobalt.form',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = exports = cobalt_routes
|
||||
Reference in New Issue
Block a user