1
0
mirror of https://github.com/writeas/go-writeas.git synced 2025-07-27 15:18:28 +00:00

Support HTTPS API

Backend now uses a cipher suite that Go supports.
This commit is contained in:
Matt Baer 2015-10-01 11:06:44 -04:00
parent 7c968a435b
commit db14dac00e

View File

@ -9,7 +9,7 @@ import (
)
const (
apiURL = "http://i.write.as"
apiURL = "https://write.as/api"
)
type API struct {