mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
feat: draft/online post field #26
This commit is contained in:
@@ -148,6 +148,9 @@ func NewPageRouter() http.Handler {
|
||||
|
||||
r.Post("/post/{id}/image/create", postImage)
|
||||
|
||||
r.Get("/post/{id}/publish", GetPostPublishPage)
|
||||
r.Get("/post/{id}/unpublish", GetPostUnpublishPage)
|
||||
|
||||
r.Get("/integration", GetPageIntegration)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user