Skip to content

Commit 3ac7bfe

Browse files
committed
vk: change deprecated oauth endpoints
1 parent 792c877 commit 3ac7bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vk/vk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import (
1111

1212
// Endpoint is VK's OAuth 2.0 endpoint.
1313
var Endpoint = oauth2.Endpoint{
14-
AuthURL: "https://oauth.vk.com/authorize",
15-
TokenURL: "https://oauth.vk.com/access_token",
14+
AuthURL: "https://oauth.vk.ru/authorize",
15+
TokenURL: "https://oauth.vk.ru/access_token",
1616
}

0 commit comments

Comments
 (0)