Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
0efd8af2
Commit
0efd8af2
authored
Nov 15, 2022
by
Yoon, Daeki
😅
Browse files
설문 응답할 때 인증 생략
parent
3b045d9c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/routes/survey.route.ts
View file @
0efd8af2
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment