1 2 3 4
export default defineEventHandler(async () => { const { API } = useRuntimeConfig(); return await $fetch(API + "/upcoming"); });