Skip to content

Commit 432ae44

Browse files
committed
db: multer[update path]
1 parent 2f62264 commit 432ae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/multer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import multer from "multer";
22
import { v4 as uuidv4 } from "uuid";
3-
import { AppError } from "../utils/AppError.js";
3+
import { AppError } from "../utils/app_error.js";
44

55
const createMulterUploader = (folderName) => {
66
const storage = multer.diskStorage({

0 commit comments

Comments
 (0)