diff --git a/wiki.creatorsgarten.org/src/pages/api/contentsgarten/[action].ts b/wiki.creatorsgarten.org/src/pages/api/contentsgarten/[action].ts index edef47d9..fbebbbf2 100644 --- a/wiki.creatorsgarten.org/src/pages/api/contentsgarten/[action].ts +++ b/wiki.creatorsgarten.org/src/pages/api/contentsgarten/[action].ts @@ -76,7 +76,7 @@ export function getInstance() { return contentsgarten } -export const all: APIRoute = async ({ params, request }) => { +export const ALL: APIRoute = async ({ params, request }) => { if (config.testing.BACKEND === 'production') { const requestUrl = new URL(request.url) const backendUrl = new URL(