Skip to content

Commit 670a5a5

Browse files
committed
remove duplicated security requirement annotations
1 parent 282e47c commit 670a5a5

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

internal/controller/report_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func NewReportController(
5959
// AddReport add report
6060
// @Summary add report
6161
// @Description add report <br> source (question, answer, comment, user)
62-
// @Security ApiKeyAuth
6362
// @Tags Report
6463
// @Accept json
6564
// @Produce json
@@ -130,7 +129,6 @@ func (rc *ReportController) GetUnreviewedReportPostPage(ctx *gin.Context) {
130129
// ReviewReport review report
131130
// @Summary review report
132131
// @Description review report
133-
// @Security ApiKeyAuth
134132
// @Tags Report
135133
// @Accept json
136134
// @Produce json

internal/controller/review_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func (rc *ReviewController) GetUnreviewedPostPage(ctx *gin.Context) {
8686
// UpdateReview update review
8787
// @Summary update review
8888
// @Description update review
89-
// @Security ApiKeyAuth
9089
// @Tags Review
9190
// @Accept json
9291
// @Produce json

internal/controller/user_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ func (uc *UserController) UserVerifyEmail(ctx *gin.Context) {
335335
// UserVerifyEmailSend godoc
336336
// @Summary UserVerifyEmailSend
337337
// @Description UserVerifyEmailSend
338-
// @Security ApiKeyAuth
339338
// @Tags User
340339
// @Accept json
341340
// @Produce json

0 commit comments

Comments
 (0)