We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33acc13 commit 79f8045Copy full SHA for 79f8045
app/api/hikari/route.ts
@@ -15,6 +15,7 @@ const DOMAIN_PATTERNS = [
15
/^https:\/\/([\w-]+\.)*shionlib\.com$/,
16
// TouchGal
17
/^https:\/\/([\w-]+\.)*touchgal\.us$/,
18
+ /^https:\/\/([\w-]+\.)*touchgal\.top$/,
19
// Nysoure
20
/^https:\/\/([\w-]+\.)*nyne\.dev$/,
21
// kungal
app/api/moyu/patch/has-patch/route.ts
@@ -6,7 +6,8 @@ import { getRemoteIp } from '~/app/api/utils/getRemoteIp'
6
const DOMAIN_PATTERNS = [
7
/^http:\/\/localhost:\d+$/,
8
/^http:\/\/127.0.0.1:\d+$/,
9
- /^https:\/\/([\w-]+\.)*touchgal\.us$/
+ /^https:\/\/([\w-]+\.)*touchgal\.us$/,
10
+ /^https:\/\/([\w-]+\.)*touchgal\.top$/
11
]
12
13
const RATE_LIMIT_MAX = 10
0 commit comments