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
04c43cdc
Commit
04c43cdc
authored
Jul 22, 2022
by
Yoon, Daeki
😅
Browse files
survey form route path 수정
parent
0293a649
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/SurveyRouter.tsx
View file @
04c43cdc
...
...
@@ -21,7 +21,7 @@ export const SurveyRouter = () => {
<
Route
path
=
":surveyId"
element
=
{
<
EditSurvey
/>
}
/>
<
Route
path
=
":surveyId/response"
element
/>
</
Route
>
<
Route
path
=
"survey/:surveyId"
element
=
{
<
SurveyForm
/>
}
/>
<
Route
path
=
"survey
s
/:surveyId"
element
=
{
<
SurveyForm
/>
}
/>
<
Route
path
=
"profile"
element
=
{
...
...
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