Skip to content

Commit

Permalink
feat: Update redirect for user-journey
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Sep 8, 2024
1 parent a2e7c67 commit c1ec6b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ export function redirects(request: Request, env: CFEnvironment) {
case '/data-wallet':
return Response.redirect('https://lenabi.serlo-staging.dev/wallet', 302)
case '/user-journey':
return Response.redirect(
'https://frontend-git-lenabi-mock-serlo.vercel.app/',
302,
)
return Response.redirect('https://de.serlo-staging.dev/willkommen', 302)
case '/sso':
return Response.redirect('https://lenabi.serlo-staging.dev/sso', 302)
case '/status':
Expand Down

0 comments on commit c1ec6b4

Please sign in to comment.