We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5999c commit 9ccfe70Copy full SHA for 9ccfe70
coderd/workspaceapps/appurl/appurl.go
@@ -93,7 +93,7 @@ func (a ApplicationURL) Path() string {
93
// ({PREFIX}---)?{PORT{s?}/APP_SLUG}--{AGENT_NAME}--{WORKSPACE_NAME}--{USERNAME}
94
// e.g.
95
// https://8080--main--dev--dean.hi.c8s.io
96
-// https://8080s--main--dev--dean.hi.c8s.io
+// https://8080s--main--dev--dean.hi.c8s.io
97
// https://app--main--dev--dean.hi.c8s.io
98
// https://prefix---8080--main--dev--dean.hi.c8s.io
99
// https://prefix---app--main--dev--dean.hi.c8s.io
0 commit comments