We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d394b commit 913c6caCopy full SHA for 913c6ca
docs/tutorials/best-practices/speed-up-templates.md
@@ -53,7 +53,7 @@ potentially optimize within the template.
53
Adjust this request to match your Coder access URL and workspace:
54
55
```shell
56
-curl -X GET http://coder-server:8080/api/v2/workspacebuilds/{workspacebuild}/timings \
+curl -X GET https://coder.example.com/api/v2/workspacebuilds/{workspacebuild}/timings \
57
-H 'Accept: application/json' \
58
-H 'Coder-Session-Token: API_KEY'
59
```
0 commit comments