We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37c906 commit 3673faaCopy full SHA for 3673faa
app/api/hikari/route.ts
@@ -5,8 +5,8 @@ import { getRemoteIp } from '~/app/api/utils/getRemoteIp'
5
import type { HikariResponse } from './type'
6
7
const DOMAIN_PATTERNS = [
8
- /^http:\/\/localhost$/,
9
- /^http:\/\/127.0.0.1$/,
+ /^http:\/\/localhost:\d+$/,
+ /^http:\/\/127.0.0.1:\d+$/,
10
// Hikarinagi
11
/^https:\/\/([\w-]+\.)*himoe\.uk$/,
12
/^https:\/\/([\w-]+\.)*hikarinagi\.com$/,
0 commit comments