Skip to content

Commit

Permalink
fix bug in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Aug 19, 2024
1 parent 3b1535c commit c23da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/form-wizard/check/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
controller: statusController,
checkJourney: false,
entryPoint: true,
next: (req, res) => `/results/${req.params.id}/0`
next: (req, res) => `results/${req.params.id}/0`
},
'/results/:id/:pageNumber': {
...baseSettings,
Expand Down

0 comments on commit c23da2e

Please sign in to comment.