diff --git a/index.js b/index.js index 9408f74..63e1bcf 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const client; +var client; client.config = require('./config.js').settings; const MapDB = require('quickmap.db'); @@ -81,4 +81,4 @@ async function set(request, response) { } response.send(reply); -} \ No newline at end of file +}