Skip to content

Commit ca7e3bd

Browse files
committed
[NDR-73] reverting
1 parent 3fdf816 commit ca7e3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/gateway-document-reference.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "document_reference_gateway" {
22
source = "./modules/gateway"
33
api_gateway_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
44
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
5-
http_methods = ["POST"]
5+
http_methods = ["POST", "GET"]
66
authorization = "NONE"
77
api_key_required = true
88
gateway_path = "DocumentReference"

0 commit comments

Comments
 (0)