mirror of
https://github.com/writeas/go-writeas.git
synced 2025-07-27 19:18:35 +00:00
Support HTTPS API
Backend now uses a cipher suite that Go supports.
This commit is contained in:
parent
7c968a435b
commit
db14dac00e
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
apiURL = "http://i.write.as"
|
||||
apiURL = "https://write.as/api"
|
||||
)
|
||||
|
||||
type API struct {
|
||||
|
Loading…
Reference in New Issue
Block a user