Skip to content

Commit b4d365b

Browse files
authored
Move x402 route from /payments/x402 to /x402 (#8360)
1 parent ea4e2fe commit b4d365b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = [
1010
"/wallets",
1111
"/account-abstraction",
1212
"/payments",
13-
"/payments/x402",
13+
"/x402",
1414
"/nexus",
1515
"/auth",
1616
"/in-app-wallets",

apps/dashboard/redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,11 @@ async function redirects() {
479479
destination: "/tokens",
480480
permanent: false,
481481
},
482+
{
483+
source: "/payments/x402",
484+
destination: "/x402",
485+
permanent: false,
486+
},
482487
];
483488
}
484489

0 commit comments

Comments
 (0)