Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Jul 30, 2015
1 parent ece52f6 commit 1efff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -54,7 +54,7 @@ app.get('/v1', function(req, res) {
res.json(objects.v1Root);
});

app.use('/v1/tournament', tournament);
app.use('/v1/tournament/', tournament);
app.use('/v1/match/', match);
app.use('/v1/user/', user);
app.use('/v1/team/', team);
Expand Down

0 comments on commit 1efff8d

Please sign in to comment.