Skip to content

Commit

Permalink
trigger checks again
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Nandico <[email protected]>
  • Loading branch information
Lucas-Nan committed Jun 11, 2024
1 parent dd13611 commit e653ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const currentEnvironment = {
apiGatewayHost: "API_GATEWAY_HOST",
apiGatewayPort: "API_GATEWAY_PORT",
};

// Returns the API Gateway URL for a specific deployment environment
// The .join() function ensures that this strings will not be replace by the .sh script.
export const getAPIGatewayURL = (): string => {
Expand Down

0 comments on commit e653ef4

Please sign in to comment.