Oh shit wait

This commit is contained in:
May 2024-03-26 16:07:22 -07:00
parent e7779b21e8
commit 58883951d3

View file

@ -21,7 +21,7 @@ export let primaryApi = new Hono<{
primaryApi.all("*", getAccount) primaryApi.all("*", getAccount)
export default function (files: Files) { export default function (files: Files) {
primaryApi.get("/:fileId", async (ctx) => primaryApi.get("/file/:fileId", async (ctx) =>
primaryApi.fetch( primaryApi.fetch(
new Request( new Request(
(new URL( (new URL(