fixed tls cert error

This commit is contained in:
bill bittner 2018-03-12 20:31:13 -07:00
parent 76c0fc9326
commit c4a0b1e74d
3 changed files with 3 additions and 3 deletions

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();