api,db: add page attributes and thread locking
This commit is contained in:
committed by
Adhityaa Chandrasekar
parent
0a03a2c6fc
commit
299649cea2
@@ -35,5 +35,7 @@ func apiRouterInit(router *mux.Router) error {
|
||||
router.HandleFunc("/api/comment/approve", commentApproveHandler).Methods("POST")
|
||||
router.HandleFunc("/api/comment/delete", commentDeleteHandler).Methods("POST")
|
||||
|
||||
router.HandleFunc("/api/page/update", pageUpdateHandler).Methods("POST")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user