Commit 07862459d38b9579fccbc8c7f82049aff56d5013

Authored by Adhidarma Hadiwinoto
1 parent 1f196f6de5
Exists in master

aktifasi reverse report server

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

... ... @@ -50,6 +50,9 @@ function start(options) {
50 50 }
51 51  
52 52 resendDelay.init({config: config, logger: logger, topupRequest: topupAdvice});
  53 +
  54 + createReverseHttpServer();
  55 +
53 56 }
54 57  
55 58 function callbackReport(requestId, rc, message, options) {