From bb65f517e3af3165972e0d82cd6d44e1f09b1c9e Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 21 Oct 2025 15:23:42 +0800 Subject: [PATCH] fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 875000a..5c30001 100644 --- a/src/index.ts +++ b/src/index.ts @@ -144,7 +144,7 @@ app.post("/api/upload", async (c) => { slug: project.slug, name: projectName, message: "HTML文件上传成功", - url: `/api/projects/${project.slug}/`, + url: `/projects/${project.slug}/`, }) } catch (error) { return handleError(c, error, "上传失败")