mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
ui/api/storage crud for roles; some refactoring
This commit is contained in:
@@ -5,6 +5,7 @@ var _ = require('lodash');
|
||||
function init() {
|
||||
var allPlugins = [
|
||||
require('./subjects')()
|
||||
, require('./roles')()
|
||||
, require('./cleanstatusdb')()
|
||||
, require('./futureitems')()
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user