add r functions
This commit is contained in:
parent
ae459eabfe
commit
1e2f891f31
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user