🚩 增加自定义Whois后缀功能

This commit is contained in:
7836246
2024-03-03 09:18:32 +08:00
parent e74f8b1e24
commit 999d8b7076
8 changed files with 829 additions and 70 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {whois, WhoIsOptions} from 'xep-whois';
import {whois} from "~/server/whois/whois";
export default defineEventHandler(async (event) => {
const body = await readBody(event)