Commit 0a76459cbd7c426ddac9b497e193b98b13fa04b5

Authored by Adhidarma Hadiwinoto
1 parent c11a4758f8
Exists in master

call createHttpServer

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -115,6 +115,7 @@ function createHttpServer() {
115 115 });
116 116 }
117 117  
  118 +createHttpServer();
118 119 ym.on('ready', onReady);
119 120 ym.on('loginSuccessful', onLoginSuccessful);
120 121 ym.on('pm', onPm);