diff --git a/codersdk/deployment.go b/codersdk/deployment.go index ce80e32622167..c3e2db238e4ef 100644 --- a/codersdk/deployment.go +++ b/codersdk/deployment.go @@ -2203,10 +2203,10 @@ type AppHostResponse struct { Host string `json:"host"` } -// AppHost returns the site-wide application wildcard hostname without the -// leading "*.", e.g. "apps.coder.com". Apps are accessible at: -// "------.", e.g. -// "my-app--agent--workspace--username.apps.coder.com". +// AppHost returns the site-wide application wildcard hostname +// e.g. "*--apps.coder.com". Apps are accessible at: +// "------", e.g. +// "my-app--agent--workspace--username--apps.coder.com". // // If the app host is not set, the response will contain an empty string. func (c *Client) AppHost(ctx context.Context) (AppHostResponse, error) {