author | Michael Krelin <hacker@klever.net> | 2014-06-30 18:29:32 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2014-06-30 18:29:32 (UTC) |
commit | 9b7511c6599e9991ef32742558243e56f65d5f73 (patch) (unidiff) | |
tree | 46e6863dd178944d2a7e8cd04bb7028d9f743cad | |
parent | 44963f7c48fa76b2bbf1cc8b63b84519c0cc4c6e (diff) | |
download | clipperz-9b7511c6599e9991ef32742558243e56f65d5f73.zip clipperz-9b7511c6599e9991ef32742558243e56f65d5f73.tar.gz clipperz-9b7511c6599e9991ef32742558243e56f65d5f73.tar.bz2 |
path adjustments
-rw-r--r-- | backend/node/properties/node.properties.json | 4 | ||||
-rw-r--r-- | backend/node/src/app.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/backend/node/properties/node.properties.json b/backend/node/properties/node.properties.json index 6bb8860..e6f9e7e 100644 --- a/backend/node/properties/node.properties.json +++ b/backend/node/properties/node.properties.json | |||
@@ -1,4 +1,4 @@ | |||
1 | { | 1 | { |
2 | "request.path": "/json", | 2 | "request.path": "../json", |
3 | "dump.path": "../dump", | 3 | "dump.path": "/../dump", |
4 | "should.pay.toll": "false" | 4 | "should.pay.toll": "false" |
diff --git a/backend/node/src/app.js b/backend/node/src/app.js index ca05e6f..bbc62f8 100644 --- a/backend/node/src/app.js +++ b/backend/node/src/app.js | |||
@@ -38,3 +38,3 @@ app.use(require('express-session')({secret:'99 little bugs in the code', key:'si | |||
38 | app.post('/json',clipperz.json); | 38 | app.post('/json',clipperz.json); |
39 | app.get('/beta/dump',clipperz.dump); | 39 | app.get('/dump',clipperz.dump); |
40 | 40 | ||