Skip to content

Commit

Permalink
fix issue with query requesting counting to quota
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jul 16, 2024
1 parent e8ee774 commit 7c3016a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/api_gateway/gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "query_get" {

require_api_key = false
http_method = "GET"
authorization = "CUSTOM"
authorization = "NONE"

integration_parameters = {
"integration.request.path.version" = "method.request.path.version"
Expand All @@ -75,7 +75,7 @@ module "query_post" {

require_api_key = false
http_method = "POST"
authorization = "CUSTOM"
authorization = "NONE"

integration_parameters = {
"integration.request.path.version" = "method.request.path.version"
Expand Down

0 comments on commit 7c3016a

Please sign in to comment.