Commit 70431f3a447d24ec1ee379ffc68b8472923984ad

Authored by Adhidarma Hadiwinoto
1 parent b6d23624ab
Exists in master

Default modem.reportPathSms

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

... ... @@ -55,7 +55,7 @@ function _send(destinationNumber, msg, handlerName) {
55 55 protocol: 'http',
56 56 hostname: modem.reportIp,
57 57 port: modem.reportPort,
58   - pathname: modem.reportPathSms,
  58 + pathname: modem.reportPathSms || '/sms',
59 59 }),
60 60 qs: {
61 61 msg: msg,