File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2203,10 +2203,10 @@ type AppHostResponse struct {
2203
2203
Host string `json:"host"`
2204
2204
}
2205
2205
2206
- // AppHost returns the site-wide application wildcard hostname without the
2207
- // leading "*.", e.g. "apps.coder.com". Apps are accessible at:
2208
- // "<app-name>--<agent-name>--<workspace-name>--<username>. <app-host>", e.g.
2209
- // "my-app--agent--workspace--username. apps.coder.com".
2206
+ // AppHost returns the site-wide application wildcard hostname
2207
+ // e.g. "*-- apps.coder.com". Apps are accessible at:
2208
+ // "<app-name>--<agent-name>--<workspace-name>--<username><app-host>", e.g.
2209
+ // "my-app--agent--workspace--username-- apps.coder.com".
2210
2210
//
2211
2211
// If the app host is not set, the response will contain an empty string.
2212
2212
func (c * Client ) AppHost (ctx context.Context ) (AppHostResponse , error ) {
You can’t perform that action at this time.
0 commit comments