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