浏览代码

Support HTTPS API

Backend now uses a cipher suite that Go supports.
pull/6/head
Matt Baer 8 年前
父节点
当前提交
db14dac00e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      writeas.go

+ 1
- 1
writeas.go 查看文件

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

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

type API struct {


正在加载...
取消
保存