Commit a83edfda70760245554c1bd29163cc7de20e61a3

Authored by Adhidarma Hadiwinoto
1 parent bfbbac9c8b
Exists in master

report_path_sms

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

lib/report-sender.js
... ... @@ -38,6 +38,7 @@ function incomingSMS(message, modemInfo) {
38 38 modem_msisdn: modemInfo.msisdn,
39 39 report_port: config.http_command_server.listen_port,
40 40 report_apikey: config.http_command_server.apikey,
  41 + report_path_sms: '/sms',
41 42 },
42 43 };
43 44