diff options
author | FChannel <=> | 2021-02-02 23:28:35 -0800 |
---|---|---|
committer | FChannel <=> | 2021-02-02 23:28:35 -0800 |
commit | 3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (patch) | |
tree | 7c5427161376bd6e2f18ccf4b92fd6af2ae24fc9 /client.go | |
parent | ea664188aa26a55b31c5b789cb4a98e33af7fc99 (diff) |
added rules.html and faq.html change to fit your own instance specs.
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ func OutboxGet(w http.ResponseWriter, r *http.Request, db *sql.DB, collection Co for i := 0.0; i < pageLimit; i++ { pages = append(pages, int(i)) } - + returnData.Pages = pages returnData.TotalPage = len(returnData.Pages) - 1 |