1
0
Fork 0
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:
unknown 2021-07-28 11:36:48 +02:00
parent f93659b661
commit 1fbe0746a4
6 changed files with 76 additions and 15 deletions

View file

@ -19,7 +19,7 @@ router
router
.route('/:id')
.get(getApp)
.put(updateApp)
.put(upload, updateApp)
.delete(deleteApp);
router