Commit 04c43cdc authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

survey form route path 수정

parent 0293a649
...@@ -21,7 +21,7 @@ export const SurveyRouter = () => { ...@@ -21,7 +21,7 @@ export const SurveyRouter = () => {
<Route path=":surveyId" element={<EditSurvey />} /> <Route path=":surveyId" element={<EditSurvey />} />
<Route path=":surveyId/response" element /> <Route path=":surveyId/response" element />
</Route> </Route>
<Route path="survey/:surveyId" element={<SurveyForm />} /> <Route path="surveys/:surveyId" element={<SurveyForm />} />
<Route <Route
path="profile" path="profile"
element={ element={
......
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