Skip to content

Commit 9f6edad

Browse files
authored
Apparently the subdomain changed :p
1 parent 307909d commit 9f6edad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const md5 = (str: string) => createHash('md5').update(str).digest('hex')
77

88
const states = new Map();
99

10-
const HCA_URL = "identity.hackclub.com"
10+
const HCA_URL = "account.hackclub.com"
1111

1212
export default function (express: Application, app: IRouter) {
1313
express.set('view engine', 'ejs')

0 commit comments

Comments
 (0)