mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-04 18:35:17 +02:00
Add custom icons to bookmarks (#5)
* allow custom icons for bookmarks * update docker-image action to tag images based on source branch
This commit is contained in:
parent
28ea50676a
commit
c0d3ea2c4a
8 changed files with 77 additions and 91 deletions
|
@ -22,8 +22,8 @@ router
|
|||
.put(upload, updateBookmark)
|
||||
.delete(deleteBookmark);
|
||||
|
||||
router
|
||||
.route('/0/reorder')
|
||||
.put(reorderBookmarks);
|
||||
router
|
||||
.route('/0/reorder')
|
||||
.put(reorderBookmarks);
|
||||
|
||||
module.exports = router;
|
Loading…
Add table
Add a link
Reference in a new issue