diff options
author | FChannel <> | 2021-10-03 13:49:50 -0700 |
---|---|---|
committer | FChannel <> | 2021-10-03 13:49:50 -0700 |
commit | 4a1af2045365409a05849ab70a1ac6c9e6e51a93 (patch) | |
tree | 837e87cff016f2789ac6fd9bcc537631719030fc /client.go | |
parent | cc4165f07a406cdd89e6a3864cac6a367f281513 (diff) | |
parent | c1ba6f94d7a44f79ea1ef2513021f2a29aba9a3e (diff) |
Merge branch 'master' into development
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ func IndexGet(w http.ResponseWriter, r *http.Request, db *sql.DB) { data.BoardRemainer = make([]int, 0) } - data.InstanceIndex = GetCollectionFromReq("https://fchan.xyz/followers").Items + //data.InstanceIndex = GetCollectionFromReq("https://fchan.xyz/followers").Items data.NewsItems = getNewsFromDB(db, 3) data.Themes = &Themes |