mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 21:59:25 +01:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
const { statusPage } = useRuntimeConfig(event)
|
|
return await $fetch(statusPage)
|
|
})
|