mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 20:59:57 +01:00
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
const config = useRuntimeConfig(event)
|
|
return await $fetch(`${config.api.url}/api/stats`)
|
|
}) |