Skip to content

Commit 82df6f1

Browse files
committed
Fix comment
1 parent 634cd2e commit 82df6f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

coderd/subdomain.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ type ApplicationURL struct {
2626
Agent string
2727
Username string
2828
Path string
29-
30-
// Domain is used to output the url to reach the app.
31-
Domain string
29+
Domain string
3230
}
3331

3432
func (api *API) handleSubdomain(middlewares ...func(http.Handler) http.Handler) func(http.Handler) http.Handler {

0 commit comments

Comments
 (0)