From 2de4f13dc4bd63c664129dace845920d988bea10 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 31 Aug 2019 17:36:15 +0300 Subject: [PATCH] cmd/hydroxide: switch to stable API endpoint --- cmd/hydroxide/hydroxide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hydroxide/hydroxide.go b/cmd/hydroxide/hydroxide.go index 35d51ff..fa601c2 100644 --- a/cmd/hydroxide/hydroxide.go +++ b/cmd/hydroxide/hydroxide.go @@ -28,7 +28,7 @@ import ( func newClient() *protonmail.Client { return &protonmail.Client{ - RootURL: "https://dev.protonmail.com/api", + RootURL: "https://mail.protonmail.com/api", AppVersion: "Web_3.16.2", } }