Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a88968c

Browse files
committed
Fix: header
1 parent ae06598 commit a88968c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coderd/workspaceagents.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,9 @@ func (api *API) postWorkspaceAppHealth(rw http.ResponseWriter, r *http.Request)
983983
httpapi.Write(ctx, rw, http.StatusOK, nil)
984984
}
985985

986+
// workspaceAgentsGitAuth returns a username and password for use
987+
// with GIT_ASKPASS.
988+
//
986989
// @Summary Get workspace agent Git auth
987990
// @ID get-workspace-agent-git-auth
988991
// @Security CoderSessionToken
@@ -993,9 +996,6 @@ func (api *API) postWorkspaceAppHealth(rw http.ResponseWriter, r *http.Request)
993996
// @Param listen query bool false "Wait for a new token to be issued"
994997
// @Success 200 {object} codersdk.WorkspaceAgentGitAuthResponse
995998
// @Router /workspaceagents/me/gitauth [get]
996-
//
997-
// workspaceAgentsGitAuth returns a username and password for use
998-
// with GIT_ASKPASS.
999999
func (api *API) workspaceAgentsGitAuth(rw http.ResponseWriter, r *http.Request) {
10001000
ctx := r.Context()
10011001
gitURL := r.URL.Query().Get("url")

0 commit comments

Comments
 (0)