Repository: incubator-senssoft-useralejs
Updated Branches:
  refs/heads/master fbdbcb9c1 -> ae381e4f8


Updated log url to use new default.


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/ae381e4f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/ae381e4f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/ae381e4f

Branch: refs/heads/master
Commit: ae381e4f86c9422593cbe9f355ffa005ed85d819
Parents: fbdbcb9
Author: Rob Foley <rob.foley...@gmail.com>
Authored: Thu Sep 22 09:24:52 2016 -0400
Committer: Rob Foley <rob.foley...@gmail.com>
Committed: Thu Sep 22 09:24:52 2016 -0400

----------------------------------------------------------------------
 example/server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/ae381e4f/example/server.js
----------------------------------------------------------------------
diff --git a/example/server.js b/example/server.js
index 1725185..f0826f0 100644
--- a/example/server.js
+++ b/example/server.js
@@ -59,7 +59,7 @@ app.get('/', function (req, res) {
   res.send('UserAle Local');
 });
 
-app.post('/logs', function (req, res) {
+app.post('/', function (req, res) {
   console.log(req.body);
 
   var delimiter = ',\n\t';

Reply via email to