Skip to content

Commit

Permalink
fix: remove trailing slash from /repos/:owner/:repo/git/refs/
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 19, 2017
1 parent 790bcdb commit 07b71df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes.json
Expand Up @@ -1504,7 +1504,7 @@
"description": "Get a Reference"
},
"get-references": {
"url": "/repos/:owner/:repo/git/refs/",
"url": "/repos/:owner/:repo/git/refs",
"method": "GET",
"params": {
"$owner": null,
Expand Down

0 comments on commit 07b71df

Please sign in to comment.