From b2800852581134cfae494e466ac28c49a26f07ed Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Fri, 28 Aug 2015 18:03:42 +0700 Subject: [PATCH] adapt new sate24 --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 19060e7..10e4ac4 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,8 @@ HttpServer = require('sate24/httpserver.js'); var httpServer = HttpServer.start(config); var aaa = require('sate24/aaa.js'); +HttpServer.setAaa(aaa); + var partner = require('./partner-trugee.js'); partner.start(config, aaa.callbackReport); -- 1.9.0