Skip to content

Commit

Permalink
Fix swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Aug 20, 2023
1 parent 581addd commit 5e6f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/scope_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func OrderScopeEntries(w http.ResponseWriter, r *http.Request) {
// @Summary Checks URL Scope
// @Description checks if the given URL is in scope
// @Tags Requests
// @Produce string
// @Produce plain
// @Security ApiKeyAuth
// @Param url query string true "URL to check"
// @Success 200 {string} string true or false
Expand Down

0 comments on commit 5e6f623

Please sign in to comment.