This commit is contained in:
2026-02-20 21:55:35 +01:00
parent 329b43e07c
commit c258a436a0
13 changed files with 1340 additions and 817 deletions

View File

@@ -0,0 +1,7 @@
import { createStrapiProxyHandler } from "~~/server/utils/strapiEndpoint"
export default defineEventHandler(
createStrapiProxyHandler({
strapiPath: "/api/artistes-ondifs",
})
)