commit | bb7efa48b7274417b1f78a3ba8f18b2236605bf8 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sat Sep 04 10:05:06 2021 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sat Sep 04 10:05:06 2021 +0100 |
tree | 0d38dc5bc51c9b16e4115644c7590cdf13e7834a | |
parent | ab8bb53ba38f9cb1d26da334e1d342073c9839a1 [diff] |
typo
diff --git a/pages/rsmv/index.js b/pages/rsmv/index.js index 4d027ae..b314a34 100644 --- a/pages/rsmv/index.js +++ b/pages/rsmv/index.js
@@ -86,7 +86,7 @@ if(!ctx.query.code) { return { redirect: { - destination: '/rsmv/faliure', + destination: '/rsmv/failure', permanent: true } } @@ -96,7 +96,7 @@ if (code.status != 200 ) { return { redirect: { - destination: '/rsmv/faliure', + destination: '/rsmv/failure', permanent: true } }