Skip to content

Commit 9ccfe70

Browse files
committed
fix comment
1 parent 8d5999c commit 9ccfe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaceapps/appurl/appurl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (a ApplicationURL) Path() string {
9393
// ({PREFIX}---)?{PORT{s?}/APP_SLUG}--{AGENT_NAME}--{WORKSPACE_NAME}--{USERNAME}
9494
// e.g.
9595
// https://8080--main--dev--dean.hi.c8s.io
96-
// https://8080s--main--dev--dean.hi.c8s.io
96+
// https://8080s--main--dev--dean.hi.c8s.io
9797
// https://app--main--dev--dean.hi.c8s.io
9898
// https://prefix---8080--main--dev--dean.hi.c8s.io
9999
// https://prefix---app--main--dev--dean.hi.c8s.io

0 commit comments

Comments
 (0)