Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit fa0fae9

Browse files
authored
Update environment.ts
Clarified where to get API URL
1 parent a864ce1 commit fa0fae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MultiRegion/2_UI/src/environments/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const environment = {
1414
// facebook developer account.
1515
facebookAppId: '',
1616

17-
// TODO: The API URL is available in the outputs section of the cloud formation template.
18-
// cloud front NOTE: don't forget trailing "/" For example:
17+
// TODO: The API URL is available in the API Gateway console under Stage
18+
// NOTE: don't forget trailing "/" For example:
1919
// https://api.example.com/prod/
2020
ticketAPI: ''
2121

0 commit comments

Comments
 (0)