Skip to content

Commit

Permalink
Merge pull request #271 from zonescape/comment-typo
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
umputun authored Jan 29, 2019
2 parents 3471c5d + de68b8d commit 5b25ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/rest/api/rest_public.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (s *Rest) countCtrl(w http.ResponseWriter, r *http.Request) {
render.JSON(w, r, R.JSON{"count": count, "locator": locator})
}

// POST /count?site=siteID - get number of comments for posts from post body
// POST /counts?site=siteID - get number of comments for posts from post body
func (s *Rest) countMultiCtrl(w http.ResponseWriter, r *http.Request) {
siteID := r.URL.Query().Get("site")
posts := []string{}
Expand Down

0 comments on commit 5b25ea1

Please sign in to comment.