WIP
This commit is contained in:
parent
1183950dad
commit
f877f1f977
3 changed files with 1 additions and 4 deletions
|
|
@ -377,6 +377,7 @@ app.get('/await_dispense/:txId', waitForDispense)
|
|||
app.post('/dispense', dispense)
|
||||
|
||||
app.use(errorHandler)
|
||||
app.use((req, res) => res.status(404).json({err: 'No such route'}))
|
||||
|
||||
localApp.get('/pid', (req, res) => {
|
||||
const deviceId = req.query.device_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue