Commit a40e6288deeb22c1ec1f532aad9919df21bfeda2
1 parent
005696bb33
Exists in
master
perbaikan path router-modems
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/apiserver/index.js
... | ... | @@ -89,7 +89,7 @@ app.get('/apikey/:apikey/on-sms', onIncomingSms); |
89 | 89 | app.get('/apikey/:apikey/inbox', onIncomingSms); |
90 | 90 | app.get('/apikey/:apikey/on-sms/inbox', onIncomingSms); |
91 | 91 | app.get('/apikey/:apikey/history', pageHistory); |
92 | -app.use('/modems', routerModems); | |
92 | +app.use('/apikey/:apikey/modems', routerModems); | |
93 | 93 | |
94 | 94 | const listenPort = config && config.handler_callback_server ? config.handler_callback_server.listen_port : null; |
95 | 95 | listenPort && app.listen(listenPort, () => { |