Skip to content

Commit

Permalink
api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miningmark committed Jan 22, 2025
1 parent 0dbbf25 commit 00f7e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/registrationAsShowact.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const parseForm = (req) => {
return new Promise((resolve, reject) => {
const form = formidable({
multiples: true,
uploadDir: path.join(process.cwd(), "/private/helperImage"),
uploadDir: path.join(process.cwd(), "/private/showactImage"),
keepExtensions: true,
});
form.parse(req, (err, fields, files) => {
Expand Down

0 comments on commit 00f7e67

Please sign in to comment.