mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api,db: add comments count endpoint
Closes https://gitlab.com/commento/commento-ce/issues/27
This commit is contained in:
@ -9,6 +9,8 @@ func pageUpdate(p page) error {
|
||||
return errorMissingField
|
||||
}
|
||||
|
||||
// fields to not update:
|
||||
// commentCount
|
||||
statement := `
|
||||
INSERT INTO
|
||||
pages (domain, path, isLocked)
|
||||
|
Reference in New Issue
Block a user