front/general: replace manual DI with require(...)

This commit is contained in:
rr-
2016-04-01 00:20:34 +02:00
parent 7e26fc87ce
commit 36ffa5b4e7
13 changed files with 112 additions and 153 deletions

View File

@ -92,4 +92,4 @@ class Api {
}
}
module.exports = Api;
module.exports = new Api();