Skip to content

Commit

Permalink
fix 500
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth authored Dec 19, 2024
1 parent aa1e6ac commit e496bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e496bd6

Please sign in to comment.