We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307909d commit 9f6edadCopy full SHA for 9f6edad
1 file changed
http.ts
@@ -7,7 +7,7 @@ const md5 = (str: string) => createHash('md5').update(str).digest('hex')
7
8
const states = new Map();
9
10
-const HCA_URL = "identity.hackclub.com"
+const HCA_URL = "account.hackclub.com"
11
12
export default function (express: Application, app: IRouter) {
13
express.set('view engine', 'ejs')
0 commit comments