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

Commit 741f32d

Browse files
alexcasalbonimikedeck
authored andcommitted
invokeUrl should be empty by default
1 parent 8e95523 commit 741f32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebApplication/2_UserManagement/user-management.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Resources:
124124
region: '%s', // e.g. us-east-2
125125
},
126126
api: {
127-
invokeUrl: 'Base URL of your API including the stage', // e.g. https://rc7nyt4tql.execute-api.us-west-2.amazonaws.com/prod'
127+
invokeUrl: '', // Base URL of your API including the stage, e.g. 'https://rc7nyt4tql.execute-api.us-west-2.amazonaws.com/prod'
128128
}
129129
};
130130
"""

0 commit comments

Comments
 (0)