Archive bookmarks

This commit is contained in:
2023-05-07 11:42:08 +10:00
parent 3fddc1757e
commit 2de61827a6
4 changed files with 22 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ module Adamantium
get "/bookmarks", to: "bookmarks.index"
delete "/bookmarks/:id", to: "bookmarks.delete"
post "/bookmarks/cache/:id", to: "bookmarks.cache"
post "/bookmarks/:id/archive", to: "bookmarks.archive"
end
end
end