generated from gitea_admin/default
artistes
This commit is contained in:
7
server/api/__strapi__/artistes.get.js
Normal file
7
server/api/__strapi__/artistes.get.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createStrapiProxyHandler } from "~~/server/utils/strapiEndpoint"
|
||||
|
||||
export default defineEventHandler(
|
||||
createStrapiProxyHandler({
|
||||
strapiPath: "/api/artistes-ondifs",
|
||||
})
|
||||
)
|
||||
Reference in New Issue
Block a user