From 82089657b79cf752bc44897d52743292f02f880d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp=20Ferhat=20G=C3=9CD=C3=9CC=C3=9C?= Date: Sun, 24 Apr 2016 00:03:59 +0300 Subject: [PATCH] test --- routes/v1/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/v1/user.js b/routes/v1/user.js index 885dfcb..41a8c4c 100644 --- a/routes/v1/user.js +++ b/routes/v1/user.js @@ -14,7 +14,7 @@ exports.register = function(server, options, next) { // Declare routes server.route([{ method: 'POST', - path: '/v1/user', + path: '/v1/user',//Test config: { description: 'Creates a user with facebook api token', tags: ['api', 'user', 'add'],