Skip to content

Commit

Permalink
#380 Change route path for questionare card
Browse files Browse the repository at this point in the history
  • Loading branch information
achichikalova committed Jun 30, 2022
1 parent 0e3640f commit a1f69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const App = () => {
}
/>
<Route
path="/competencies/questionnaire/:categoryId"
path="/questionnaires/categories/:categoryId"
element={
<RequireAuth>
<CompetenciesQuestionnairePage />
Expand Down

0 comments on commit a1f69c2

Please sign in to comment.