๐Ÿ“ฆ SeolJaeHyeok / My-shopping-mall

๐Ÿ“„ index.js ยท 7 lines
1
2
3
4
5
6
7// ๋‚˜์ค‘์— importํ•  ๋•Œ ์ฝ”๋“œ ๊ธธ์ด๊ฐ€ ์งง์•„์ง€๋„๋ก ํ•ด ์ฃผ๊ณ ,
// ์ด middlewares ํด๋”์˜ ํŒŒ์ผ๋“ค ๋ฐ export ๋˜๋Š” ๋ชจ๋“ˆ๋“ค์„ ๊น”๋”ํ•˜๊ฒŒ ๋ฌถ์–ด์ฃผ๋Š” ์—ญํ• ์ž„.

export * from "./error-handler";
export * from "./login-required";
export * from "./multer";