diff --git a/app/module/article_categories/controller/article_categories.controller.go b/app/module/article_categories/controller/article_categories.controller.go index 495a272..236b6ea 100644 --- a/app/module/article_categories/controller/article_categories.controller.go +++ b/app/module/article_categories/controller/article_categories.controller.go @@ -39,7 +39,6 @@ func NewArticleCategoriesController(articleCategoriesService service.ArticleCate // @Description API for getting all ArticleCategories // @Tags Article Categories // @Security Bearer -// @Param Authorization header string true "Insert the Authorization" // @Param Authorization header string false "Insert your access token" default(Bearer ) // @Param req query request.ArticleCategoriesQueryRequest false "query parameters" // @Param req query paginator.Pagination false "pagination parameters" diff --git a/docs/swagger/docs.go b/docs/swagger/docs.go index f87810c..11426e0 100644 --- a/docs/swagger/docs.go +++ b/docs/swagger/docs.go @@ -4839,13 +4839,6 @@ const docTemplate = `{ ], "summary": "Get all ArticleCategories", "parameters": [ - { - "type": "string", - "description": "Insert the Authorization", - "name": "Authorization", - "in": "header", - "required": true - }, { "type": "string", "default": "Bearer \u003cAdd access token here\u003e", diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index 31c8633..9359f5f 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -4828,13 +4828,6 @@ ], "summary": "Get all ArticleCategories", "parameters": [ - { - "type": "string", - "description": "Insert the Authorization", - "name": "Authorization", - "in": "header", - "required": true - }, { "type": "string", "default": "Bearer \u003cAdd access token here\u003e", diff --git a/docs/swagger/swagger.yaml b/docs/swagger/swagger.yaml index 0830d82..eb88c76 100644 --- a/docs/swagger/swagger.yaml +++ b/docs/swagger/swagger.yaml @@ -4779,11 +4779,6 @@ paths: get: description: API for getting all ArticleCategories parameters: - - description: Insert the Authorization - in: header - name: Authorization - required: true - type: string - default: Bearer description: Insert your access token in: header diff --git a/netidhub-saas-be.exe b/netidhub-saas-be.exe index 6748efc..f15942a 100644 Binary files a/netidhub-saas-be.exe and b/netidhub-saas-be.exe differ