Update index.js
This commit is contained in:
parent
c6491ce7e1
commit
cd51641352
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -1,4 +1,4 @@
|
||||||
const client;
|
var client;
|
||||||
client.config = require('./config.js').settings;
|
client.config = require('./config.js').settings;
|
||||||
|
|
||||||
const MapDB = require('quickmap.db');
|
const MapDB = require('quickmap.db');
|
||||||
|
@ -81,4 +81,4 @@ async function set(request, response) {
|
||||||
}
|
}
|
||||||
|
|
||||||
response.send(reply);
|
response.send(reply);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue