fixed tls cert error
This commit is contained in:
parent
76c0fc9326
commit
c4a0b1e74d
3 changed files with 3 additions and 3 deletions
2
index.js
2
index.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue