Re-publish bookmarks

This commit is contained in:
2023-07-20 21:49:02 +10:00
parent 0c49010f0d
commit e6936755da
5 changed files with 26 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ module Adamantium
post "/bookmarks/clean", to: "bookmarks.clean"
post "/bookmarks/cache/:id", to: "bookmarks.cache"
post "/bookmarks/:id/archive", to: "bookmarks.archive"
post "/bookmarks/:id/publish", to: "bookmarks.publish"
get "/posts", to: "posts.index"
delete "/posts/:id", to: "posts.delete"