File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
azure-ts-serverless-url-shortener-global Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ Multi-region deployment of Azure Functions and Cosmos DB with Traffic Manager
60
60
61
61
```
62
62
$ pulumi stack output endpoint
63
- http://urlshort-tm.trafficmanager.net/api/{key}
64
- $ curl http://urlshort-tm.trafficmanager.net/api/ pulumi
63
+ http://urlshort-tm.trafficmanager.net/api/
64
+ $ curl -L $(pulumi stack output endpoint) pulumi
65
65
<!doctype html>
66
66
<html lang="en-US" prefix="og: http://ogp.me/ns#">
67
67
<head>
Original file line number Diff line number Diff line change @@ -125,5 +125,5 @@ for (const location of locations) {
125
125
}
126
126
127
127
export const endpoint = profile . fqdn . apply ( h => {
128
- return `http://${ h } /api/{key} ` ;
128
+ return `http://${ h } /api/` ;
129
129
} ) ;
You can’t perform that action at this time.
0 commit comments