docs(swagger): Move security annotations

This commit is contained in:
2024-12-12 16:33:10 +01:00
parent 649ac2a3c2
commit 69f4de6739
7 changed files with 44 additions and 18 deletions

View File

@@ -86,7 +86,6 @@ func main() {
v1 := app.Group("/v1")
// @Security ApiKeyAuth
pdfv1 := v1.Group("/pdfs")
pdfv1.Use(keyauth.New(keyauth.Config{
KeyLookup: "query:key",