export default defineEventHandler(async (event) => { const config = useRuntimeConfig(event) return await $fetch(`${config.api.url}/api/stats`) })