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