Skip to content

Commit

Permalink
fix: redirect to /request/pay if on /request
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagrasarathe committed Jan 21, 2025
1 parent 3fc887b commit 9963c78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/(mobile-ui)/request/route.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { redirect } from 'next/navigation'

export function GET() {
redirect('/request/create')
}

0 comments on commit 9963c78

Please sign in to comment.