minor change
This commit is contained in:
parent
94d1bbbfba
commit
87196b1190
|
@ -65,8 +65,6 @@ export default async function Index(req: NextApiRequest, res: NextApiResponse) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(queryId);
|
|
||||||
|
|
||||||
const { file, contentType, status } = await readFile(
|
const { file, contentType, status } = await readFile(
|
||||||
`uploads/avatar/${queryId}.jpg`
|
`uploads/avatar/${queryId}.jpg`
|
||||||
);
|
);
|
||||||
|
|
Ŝarĝante…
Reference in New Issue