Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 0d6b4cc

Browse files
authored
Update index.js
1 parent 32f7345 commit 0d6b4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const routes = [
2222
[ '/gs/', 'gs', path.join(__dirname, 'pages', 'gs.html'), str => str.replace('$gs', buildGames(require('./gs.json'))) ],
2323
[ '/privacy/', 'privacy', path.join(__dirname, 'pages', 'privacy.html') ],
2424
[ '/settings/', 'settings', path.join(__dirname, 'pages', 'settings.html') ],
25-
[ '/support/', 'home', path.join(__dirname, 'pages', 'support.html') ],
25+
[ '/support/', 'faq', path.join(__dirname, 'pages', 'support.html') ],
2626
[ '/', 'home', path.join(__dirname, 'pages', 'index.html') ],
2727
];
2828
const base64 = {
@@ -150,4 +150,4 @@ function parseCookies(str = '') {
150150

151151
function rewriteUrl(str = '', origin = '') {
152152
return origin + corrosion.prefix + corrosion.codec.encode(str);
153-
};
153+
};

0 commit comments

Comments
 (0)