mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Upload custom icon on client
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user