Skip to content

Commit

Permalink
changed route name
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Oct 15, 2023
1 parent 90b7ad0 commit e4c463d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Globals:
Variables:
firestoreCred: YourFirestoreCredentials
environment: PRODUCTION
baseURL: https://toz7734555.execute-api.us-east-1.amazonaws.com/Prod
baseURL: YourBaseAPIURL

Resources:
HealthCheckFunction:
Expand Down Expand Up @@ -98,5 +98,5 @@ Resources:
CatchAll:
Type: Api # More info about API Event Source: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api
Properties:
Path: /call-profiles
Path: /profiles
Method: GET

0 comments on commit e4c463d

Please sign in to comment.