213474835b
refs #9866 - use package notation - get rid of x requires for middlewares - improved readability - do not refactor web/api/v0.1
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
module.exports = {
|
|
get shared() {
|
|
return require('./shared');
|
|
}
|
|
};
|