mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
Oh shit wait
This commit is contained in:
parent
e7779b21e8
commit
58883951d3
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue