Skip to content

Commit

Permalink
Add routes in api gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Feb 15, 2024
1 parent f5f2656 commit e8b4e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Resources:
type: "http_proxy"
httpMethod: "ANY"
uri:
Fn::Sub: "${CloudfrontURL}/sitemap.xml"
Fn::Sub: ${CloudfrontURL}/sitemap.xml
connectionType: "INTERNET"
/robots.txt:
x-amazon-apigateway-any-method:
Expand All @@ -57,7 +57,7 @@ Resources:
type: "http_proxy"
httpMethod: "ANY"
uri:
Fn::Sub: "${CloudfrontURL}/robots.txt"
Fn::Sub: ${CloudfrontURL}/robots.txt
connectionType: "INTERNET"
/apple-touch-icon.png:
x-amazon-apigateway-any-method:
Expand All @@ -69,7 +69,7 @@ Resources:
type: "http_proxy"
httpMethod: "ANY"
uri:
Fn::Sub: "${CloudfrontURL}/apple-touch-icon.png"
Fn::Sub: ${CloudfrontURL}/apple-touch-icon.png
connectionType: "INTERNET"
x-amazon-apigateway-importexport-version: "1.0"

Expand Down

0 comments on commit e8b4e9a

Please sign in to comment.