Skip to content

Commit

Permalink
fix: correct Canterbury redirect (#3430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jul 16, 2024
1 parent 0628d5a commit 6d7ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default isPreviewOnlyDomain
"canterbury/find-out-if-you-need-planning-permission/preview": map(
async (req) =>
redirect(
`/canterbury-find-out-if-you-need-planning-permission/published${req?.search}`,
`/canterbury/find-out-if-you-need-planning-permission/published${req?.search}`,
),
), // temporary redirect while Canterbury works with internal IT to update advertised service links
"/:team/:flow/preview": lazy(() => import("./preview")), // loads current draft flow and latest published external portals, or throws Not Found if any external portal is unpublished
Expand Down

0 comments on commit 6d7ea5d

Please sign in to comment.