Skip to content

Commit 3eb32a7

Browse files
committed
mod: allow kungal access hikari api
1 parent 935c8d7 commit 3eb32a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/api/hikari/route.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ const DOMAIN_PATTERNS = [
1414
// TouchGal
1515
/^https:\/\/([\w-]+\.)*touchgal\.us$/,
1616
// Nysoure
17-
/^https:\/\/([\w-]+\.)*nyne\.dev$/
17+
/^https:\/\/([\w-]+\.)*nyne\.dev$/,
18+
// kungal
19+
/^https:\/\/([\w-]+\.)*kungal\.com$/,
20+
/^https:\/\/([\w-]+\.)*kungal\.org$/
1821
]
1922

2023
const RATE_LIMIT_MAX = 10000

0 commit comments

Comments
 (0)