Skip to content

Instantly share code, notes, and snippets.

View ZackChOfficial's full-sized avatar
👽

zakaria chatouane ZackChOfficial

👽
View GitHub Profile
get /admin/posts/:id/ get single post
patch /admin/posts/:id/status
body {
status: status enum
}
get /admin/posts/ get all posts filtered
get /admin/posts/count get total posts filtered