Update import path
This commit is contained in:
parent
afcb80f913
commit
012ab74599
17 changed files with 35 additions and 50 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"net/url"
|
||||
"strings"
|
||||
|
||||
v1 "github.com/kris-nova/photoprism-client-go/api/v1"
|
||||
v1 "github.com/astravexton/photoprism-client-go/api/v1"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -99,7 +99,7 @@ func (c *Client) V1() *v1.V1Client {
|
|||
func (c *Client) Auth(auth ClientAuthenticator) error {
|
||||
c.authenticator = auth
|
||||
|
||||
// @kris-nova We are returning V1 by default
|
||||
// @astravexton We are returning V1 by default
|
||||
return c.LoginV1()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue