Skip to content

Commit

Permalink
Revert "fix: temporary redirect for Bucks building control service" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored and RODO94 committed Jun 4, 2024
1 parent c485f40 commit d51edb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions editor.planx.uk/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ export default isPreviewOnlyDomain
})
: mount({
"/:team/:flow/published": lazy(() => import("./published")), // loads current published flow if exists, or throws Not Found if unpublished
"buckinghamshire/apply-for-building-regulations-applications/preview":
map(async (req) =>
redirect(
`/buckinghamshire/apply-for-building-regulations-applications/published${req?.search}`,
),
), // temporary redirect while Bucks 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
"/:team/:flow/draft": lazy(() => import("./draft")), // loads current draft flow and draft external portals
"/:team/:flow/pay": mountPayRoutes(),
Expand Down

0 comments on commit d51edb4

Please sign in to comment.