Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 committed Aug 30, 2023
1 parent 0c3218b commit f1c9503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/api/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ func ChownRepo(c *gin.Context) {
// @Success 200 {object} Repo
// @Tags Repositories
// @Param Authorization header string true "Insert your personal access token" default(Bearer <personal access token>)
// @Param owner path string true "the repository owner"
// @Param name path string true "the repository name"
// @Param repo_full_name path string true "the repository full-name / slug"
func LookupRepo(c *gin.Context) {
c.JSON(http.StatusOK, session.Repo(c))
}
Expand Down

0 comments on commit f1c9503

Please sign in to comment.