Рефакторинг

This commit is contained in:
Book Pauk
2019-10-28 22:49:02 +07:00
parent 625fd9d1a4
commit b64985349e
7 changed files with 55 additions and 47 deletions

View File

@@ -1,5 +1,4 @@
const BaseController = require('./BaseController');
const log = require('../core/getLogger').getLog();
const _ = require('lodash');
class MiscController extends BaseController {