add check wxmsg

This commit is contained in:
2025-11-30 01:02:42 +08:00
parent f9169bcd8b
commit 53df135696
8 changed files with 418 additions and 9 deletions

View File

@@ -177,6 +177,7 @@ const simpleAppsPrefixs = [
"/api/s1/",
"/api/container/",
"/api/resource/",
"/api/wxmsg"
];
export const handleRequest = async (req: http.IncomingMessage, res: http.ServerResponse) => {