Skip to content

Commit

Permalink
But its essential to get the repo...
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaz committed Oct 18, 2013
1 parent 7a6650c commit 6c4db24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ api.put.repo = function(req, res, git) {
}

api.get.user = function(req, res, git) {
var repo = req.path.parts[3];
var repo = git.getRepo(req.path.parts[3]);
var user = req.path.parts[4];

}

api.post.user = function(req, res, git) {
Expand Down

0 comments on commit 6c4db24

Please sign in to comment.