Change endpoint for SFTP credentials

This commit is contained in:
Dane Everitt 2019-12-07 15:58:22 -08:00
parent 865c1b3bad
commit e2c04cc6f5
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -12,7 +12,7 @@ func (r *PanelRequest) ValidateSftpCredentials(request sftp_server.Authenticatio
return nil, err
}
resp, err := r.Post("/sftp/auth/login", b)
resp, err := r.Post("/sftp/auth", b)
if err != nil {
return nil, err
}