mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 20:19:35 +01:00
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
const config = useRuntimeConfig(event)
|
|
return await $fetch(`https://api.lanyard.rest/v1/users/${config.discordUserId}`)
|
|
})
|