We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f26a6c commit 80cdafbCopy full SHA for 80cdafb
api/v1/runner.ts
@@ -6,9 +6,7 @@ export const config = {
6
runtime: 'edge',
7
};
8
9
-const INDEX_PKG = `@lobehub/lobe-chat-plugins`;
10
-
11
-const INDEX_URL = `https://registry.npmmirror.com/${INDEX_PKG}/latest/files`;
+const INDEX_URL = `https://registry.npmmirror.com/@lobehub/lobe-chat-plugins/~1.4/files`;
12
13
export default async (req: Request) => {
14
if (req.method !== 'POST') return new Response('Method Not Allowed', { status: 405 });
0 commit comments