front end

This commit is contained in:
2026-03-18 12:00:19 +01:00
parent b0352c963c
commit bc6ad43ea5
31 changed files with 832 additions and 166 deletions

View File

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