Kaynağa Gözat

Support HTTPS API

Backend now uses a cipher suite that Go supports.
pull/6/head
Matt Baer 8 yıl önce
ebeveyn
işleme
db14dac00e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      writeas.go

+ 1
- 1
writeas.go Dosyayı Görüntüle

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

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

type API struct {


Yükleniyor…
İptal
Kaydet