mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 13:39:35 +02:00
Fixed custom icons not updating
This commit is contained in:
parent
f93659b661
commit
1fbe0746a4
6 changed files with 76 additions and 15 deletions
|
@ -19,7 +19,7 @@ router
|
|||
router
|
||||
.route('/:id')
|
||||
.get(getApp)
|
||||
.put(updateApp)
|
||||
.put(upload, updateApp)
|
||||
.delete(deleteApp);
|
||||
|
||||
router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue