Рефакторинг

This commit is contained in:
Book Pauk
2018-12-27 12:54:36 +07:00
parent d0c3483e18
commit a342f382b9
4 changed files with 55 additions and 23 deletions

View File

@@ -1,2 +1,8 @@
module.exports = function(app, connPool, logger, config) {
const log = require('./core/getLogger').getLog();
function initRoutes(app, connPool, config) {
};
module.exports = {
initRoutes
}