mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -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)
|
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(
|
||||||
|
|
Loading…
Reference in a new issue