Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0727535

Browse files
authored
fix: correct app url format in comment (#11523)
1 parent6e5c2ef commit0727535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎codersdk/deployment.go‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,10 +2203,10 @@ type AppHostResponse struct {
22032203
Hoststring`json:"host"`
22042204
}
22052205

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".
22102210
//
22112211
// If the app host is not set, the response will contain an empty string.
22122212
func (c*Client)AppHost(ctx context.Context) (AppHostResponse,error) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp