Skip to content

Commit 0421d4a

Browse files
committed
change regex
1 parent 034676d commit 0421d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/api.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ resource "aws_cloudwatch_log_group" "ndr_api_log_group" {
104104
resource "aws_api_gateway_method_settings" "ndr_api_log_settings" {
105105
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
106106
stage_name = aws_api_gateway_stage.ndr_api.stage_name
107-
method_path = "/*/*"
107+
method_path = "*/*"
108108

109109
settings {
110110
logging_level = "INFO"

0 commit comments

Comments
 (0)