Bleh
This commit is contained in:
parent
68eae26625
commit
7ab82123ba
2
index.js
2
index.js
|
|
@ -407,7 +407,7 @@ app.put('/api/v1/admin/route/:id', (req, res) => { // Update a route
|
||||||
// Update route
|
// Update route
|
||||||
const server = req.body.server || row.server;
|
const server = req.body.server || row.server;
|
||||||
const port = req.body.port || row.port;
|
const port = req.body.port || row.port;
|
||||||
const auth = req.body.auth || row.auth;
|
const auth = req.body.apiKey || row.auth;
|
||||||
const secret = req.body.secret || row.secret;
|
const secret = req.body.secret || row.secret;
|
||||||
const block_start = req.body.block_start || row.block_start;
|
const block_start = req.body.block_start || row.block_start;
|
||||||
const block_length = req.body.block_length || row.block_length;
|
const block_length = req.body.block_length || row.block_length;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue