Skip to content

Commit 9bc4fbf

Browse files
committed
fix url
1 parent 6ceb022 commit 9bc4fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/provider/seznam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const (
1414
defaultSeznamAuthURL = "https://login.szn.cz/api/v1/oauth/auth"
1515
defaultSeznamTokenURL = "https://login.szn.cz/api/v1/oauth/token"
16-
defaultSeznamUserURL = "https://login.szn.cz/api/v1/user"
16+
defaultSeznamUserURL = "login.szn.cz/api/v1/user"
1717
)
1818

1919
type seznamProvider struct {

0 commit comments

Comments
 (0)