Skip to content

Commit

Permalink
Merge pull request #11 from aws-samples/develop
Browse files Browse the repository at this point in the history
Pulling in changes from origin develop into forked develop branch
  • Loading branch information
rdoshi99 committed Jul 14, 2020
2 parents 9aaa980 + 314882c commit 4e8f5b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/master/routes/root/info.vm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#set ( $root="https://${!context.apiId}.execute-api.${!stageVariables.Region}.amazonaws.com/${!context.stage}")
#set ( $root="https://${!context.domainName}/${!context.stage}")

{
"region":"${!stageVariables.Region}",
Expand Down Expand Up @@ -31,10 +31,10 @@
"href":"$root/examples/documents"
},
"DesignerLogin":{
"href":"$stageVariables.DesignerLoginUrl"
"href":"$root/pages/designer"
},
"ClientLogin":{
"href":"$stageVariables.ClientLoginUrl"
"href":"$root/static/client.html"
},
"CognitoEndpoint":{
"href":"$stageVariables.CognitoEndpoint"
Expand All @@ -47,4 +47,3 @@
}
}
}

0 comments on commit 4e8f5b9

Please sign in to comment.