강의

멘토링

로드맵

Inflearn Community Q&A

jakelee40068372's profile image
jakelee40068372

asked

Creating NodeBird SNS with React

express.js router.post() 관련 질문

Resolved

Written on

·

160

0

upload.array("image") 이렇게 multer가 router.post()의 두번째 인자로 들어가는데, 해당 라우터레벨의 미들웨어로 들어가는거죠? 

세번째, 네번째 등 인자로 원하면 미들웨어 계속 추가해줄수도 있는건가요?

reactjavascript

Answer 1

1

zerocho님의 프로필 이미지
zerocho
Instructor

네네 저런 것들이 다 미들웨어입니다. 나중에 isLoggedIn 이런 미들웨어도 다 추가합니다.

jakelee40068372's profile image
jakelee40068372

asked

Ask a question