Skip to content

Commit fbbfd40

Browse files
author
Paul Branston
authored
Merge pull request #1 from pbran/fix-API_Gateway_definitions
Updated install_API_Gateway_definitions.json
2 parents c2fad8c + b9c1220 commit fbbfd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/install_API_Gateway_definitions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
},
8585
"requestTemplates": {
86-
"application/json": "{\n \"posts_table\": \"${stageVariables.posts_table}\",\n \"objects_table\": \"${stageVariables.objects_table}\",\n \"template\": \"${stageVariables.template}\"\n}\n"
86+
"application/json": "{\n \"posts_table\": \"${stageVariables.posts_table}\",\n \"objects_table\": \"${stageVariables.objects_table}\",\n \"site_base_url\": \"${stageVariables.site_base_url}\",\n \"template\": \"${stageVariables.template}\"\n}\n"
8787
},
8888
"uri": "",
8989
"passthroughBehavior": "when_no_templates",
@@ -317,7 +317,7 @@
317317
}
318318
},
319319
"requestTemplates": {
320-
"application/json": "{\n \"posts_table\": \"${stageVariables.posts_table}\",\n \"objects_table\": \"${stageVariables.objects_table}\",\n \n \"captcha_key\": \"${stageVariables.recaptcha_privKey}\",\n \"template\": \"${stageVariables.template}\"\n}\n"
320+
"application/json": "{\n \"posts_table\": \"${stageVariables.posts_table}\",\n \"objects_table\": \"${stageVariables.objects_table}\",\n \n \"captcha_key\": \"${stageVariables.recaptcha_siteKey}\",\n \"site_base_url\": \"${stageVariables.site_base_url}\",\n \"template\": \"${stageVariables.template}\"\n}\n"
321321
},
322322
"uri": "",
323323
"passthroughBehavior": "when_no_templates",

0 commit comments

Comments
 (0)