Skip to content

Commit

Permalink
Merge pull request #862 from serlo/ZolTh-kulla-2024-09-08-19-14
Browse files Browse the repository at this point in the history
feat: Update redirect for user-journey
  • Loading branch information
kulla authored Sep 8, 2024
2 parents a2e7c67 + c1ec6b4 commit 32b15ff
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 32b15ff

Please sign in to comment.