Skip to content

Commit 6bab3de

Browse files
committed
fix: updated base url
1 parent e8abe66 commit 6bab3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/purevpn/browser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
// Change if changed in the future
18-
const _BASE_URL = "https://my.purevpn.com/v2/dashboard/security-tools"
18+
const _BASE_URL = "https://my.purevpn.com/"
1919

2020
var _PATH, _ = launcher.LookPath()
2121
var _LAUNCHER = launcher.New().Bin(_PATH).Leakless(false).MustLaunch()

0 commit comments

Comments
 (0)