mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-18 19:19:36 +02:00
Upload custom icon on client
This commit is contained in:
parent
6c067bee31
commit
12974ab01b
6 changed files with 81 additions and 29 deletions
|
@ -17,7 +17,6 @@ exports.createApp = asyncWrapper(async (req, res, next) => {
|
|||
let _body = { ...req.body };
|
||||
|
||||
if (req.file) {
|
||||
console.log(req.file.filename)
|
||||
_body.icon = req.file.filename;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue