From 20ebfa4b8ec770e92eff7e5c9400f80fda91637c Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 19 Aug 2023 00:18:16 +0800 Subject: [PATCH] :sparkles: feat: update to latest --- api/v1/runner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/runner.ts b/api/v1/runner.ts index c6c91e4..4881654 100644 --- a/api/v1/runner.ts +++ b/api/v1/runner.ts @@ -6,7 +6,7 @@ export const config = { runtime: 'edge', }; -const INDEX_URL = `https://registry.npmmirror.com/@lobehub/lobe-chat-plugins/~1.4/files`; +const INDEX_URL = `https://registry.npmmirror.com/@lobehub/lobe-chat-plugins/latest/files`; export default async (req: Request) => { if (req.method !== 'POST') return new Response('Method Not Allowed', { status: 405 });