diff --git a/src/module/index.ts b/src/module/index.ts index 49aa310..7d789bc 100644 --- a/src/module/index.ts +++ b/src/module/index.ts @@ -226,7 +226,7 @@ export const handleRequest = async (req: http.IncomingMessage, res: http.ServerR res.write(msg || 'Not Found App\n'); res.end(); }; - if (app === 'ai' || app === 'resources') { + if (app === 'ai' || app === 'resources' || app === 'r') { return aiProxy(req, res, { createNotFoundPage, });