Browse Source

Support HTTPS API

Backend now uses a cipher suite that Go supports.
pull/6/head
Matt Baer 8 years ago
parent
commit
db14dac00e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      writeas.go

+ 1
- 1
writeas.go View File

@@ -9,7 +9,7 @@ import (
)

const (
apiURL = "http://i.write.as"
apiURL = "https://write.as/api"
)

type API struct {


Loading…
Cancel
Save