From db14dac00eade13da481ff8c711c520c325abb89 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 1 Oct 2015 11:06:44 -0400 Subject: [PATCH] Support HTTPS API Backend now uses a cipher suite that Go supports. --- writeas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writeas.go b/writeas.go index fc8d028..7255067 100644 --- a/writeas.go +++ b/writeas.go @@ -9,7 +9,7 @@ import ( ) const ( - apiURL = "http://i.write.as" + apiURL = "https://write.as/api" ) type API struct {