From 5e6f623ff5b30e2ab8eefe4dc86bce52cd69b9e7 Mon Sep 17 00:00:00 2001 From: Benjamin Kearns Date: Mon, 21 Aug 2023 07:24:26 +1200 Subject: [PATCH] Fix swagger docs --- pkg/project/scope_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/project/scope_api.go b/pkg/project/scope_api.go index df23c0d..c5f0c5c 100644 --- a/pkg/project/scope_api.go +++ b/pkg/project/scope_api.go @@ -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