Change endpoint for SFTP credentials
This commit is contained in:
parent
865c1b3bad
commit
e2c04cc6f5
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user