Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eferhatg committed Apr 23, 2016
1 parent 19d8886 commit 8208965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/v1/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 8208965

Please sign in to comment.