diff --git a/src/server/routes/api/v0/primaryApi.ts b/src/server/routes/api/v0/primaryApi.ts index d389dbb..1e313a3 100644 --- a/src/server/routes/api/v0/primaryApi.ts +++ b/src/server/routes/api/v0/primaryApi.ts @@ -21,7 +21,7 @@ export let primaryApi = new Hono<{ primaryApi.all("*", getAccount) export default function (files: Files) { - primaryApi.get("/:fileId", async (ctx) => + primaryApi.get("/file/:fileId", async (ctx) => primaryApi.fetch( new Request( (new URL(