Commit 0efd8af2 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

설문 응답할 때 인증 생략

parent 3b045d9c
......@@ -10,7 +10,7 @@ router
router
.route("/:surveyId")
.get(authCtrl.requireLogin, authCtrl.authenticate, surveyCtrl.getSurveyById)
.get(surveyCtrl.getSurveyById)
.put(authCtrl.requireLogin, authCtrl.authenticate, surveyCtrl.updateSurvey)
.delete(
authCtrl.requireLogin,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment