Skip to content

Commit

Permalink
fix(ever-api): fixed bug with start on SocketIO server
Browse files Browse the repository at this point in the history
  • Loading branch information
AlishMekliov931 committed Apr 18, 2019
1 parent cf57a2f commit 9c5c15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/src/services/services.app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class ServicesApp {
await this._registerModels();
await this._registerEntityAdministrator();
this._passportSetup();
this._startExpress();
await this._startExpress();
this._startSocketIO();
}

Expand Down

0 comments on commit 9c5c15f

Please sign in to comment.