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 e8b4e9a commit 1a03fb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions infrastructure/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Resources:
payloadFormatVersion: "1.0"
type: "http_proxy"
httpMethod: "ANY"
uri:
Fn::Sub: ${CloudfrontURL}/robots.txt
uri: "http://canopas.com/robots.txt"
connectionType: "INTERNET"
/apple-touch-icon.png:
x-amazon-apigateway-any-method:
Expand All @@ -68,8 +67,7 @@ Resources:
payloadFormatVersion: "1.0"
type: "http_proxy"
httpMethod: "ANY"
uri:
Fn::Sub: ${CloudfrontURL}/apple-touch-icon.png
uri: http://canopas.com/apple-touch-icon.png
connectionType: "INTERNET"
x-amazon-apigateway-importexport-version: "1.0"

Expand Down

0 comments on commit 1a03fb1

Please sign in to comment.