mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
domain_delete: delete moderator data
This commit is contained in:
@ -13,6 +13,7 @@ func initAPIRouter(router *mux.Router) error {
|
||||
router.HandleFunc("/api/owner/self", ownerSelfHandler).Methods("POST")
|
||||
|
||||
router.HandleFunc("/api/domain/new", domainNewHandler).Methods("POST")
|
||||
router.HandleFunc("/api/domain/delete", domainDeleteHandler).Methods("POST")
|
||||
router.HandleFunc("/api/domain/list", domainListHandler).Methods("POST")
|
||||
router.HandleFunc("/api/domain/update", domainUpdateHandler).Methods("POST")
|
||||
router.HandleFunc("/api/domain/moderator/new", domainModeratorNewHandler).Methods("POST")
|
||||
|
Reference in New Issue
Block a user