Folder structure #398

Merged
bones7242 merged 76 commits from folder-structure into master 2018-03-20 00:01:08 +01:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c4a0b1e74d - Show all commits

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -14,8 +14,8 @@ const logger = require('winston');
function SpeechServer ({ mysqlConfig, siteConfig, slackConfig }) {
this.PORT = 3000;
this.start = () => {
this.configureLogging();
this.configureConfigFiles();
this.configureLogging();
this.configureApp();
this.configureServer();
this.startServer();