Archive bookmarks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user