Skip to content

Instantly share code, notes, and snippets.

@mhelf
Last active November 5, 2024 17:59
Show Gist options
  • Save mhelf/5fd5ce82c6876e14903f88a2a7747d87 to your computer and use it in GitHub Desktop.
Save mhelf/5fd5ce82c6876e14903f88a2a7747d87 to your computer and use it in GitHub Desktop.
Hello world api endpoint in nuxt3
export default defineEventHandler((event) => {
return {
hello: 'world'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment