summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-08-02 00:28:23 +0200
committerjak1 <mike.wollmann@gmail.com>2021-08-02 00:28:23 +0200
commit20c175440737d8e71799970887d965f116611233 (patch)
tree89d4fbb0bfa4974c1b75d2dbc1766da9703535a7
parent38b866f15a5ed386341cd1248ee848a9133edcc6 (diff)
downloadthepixelworld-20c175440737d8e71799970887d965f116611233.tar.gz
thepixelworld-20c175440737d8e71799970887d965f116611233.tar.bz2
thepixelworld-20c175440737d8e71799970887d965f116611233.tar.xz
thepixelworld-20c175440737d8e71799970887d965f116611233.zip
removed req:consts from app.js
-rw-r--r--app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.js b/app.js
index 5862d80..0323323 100644
--- a/app.js
+++ b/app.js
@@ -1,4 +1,3 @@
-var consts = require('./client/consts')
var mongojs = require("mongojs");
var db = mongojs("localhost:27017/ThePixelWorld", ["account","progress"]);