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'],