mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Changes
This commit is contained in:
9
app/routes/index.js
Normal file
9
app/routes/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
exceptions: require('./exceptions'),
|
||||
misc: require('./misc'),
|
||||
spans: require('./spans'),
|
||||
users: require('./users'),
|
||||
workorders: require('./workorders')
|
||||
};
|
Reference in New Issue
Block a user