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