Skip to content

Instantly share code, notes, and snippets.

@CodeNinja47
Last active April 5, 2023 09:15
Show Gist options
  • Save CodeNinja47/acd711f4316b5cd06fe6d754c5316454 to your computer and use it in GitHub Desktop.
Save CodeNinja47/acd711f4316b5cd06fe6d754c5316454 to your computer and use it in GitHub Desktop.
export async function GET(request: Request) {
return new Response(JSON.stringify({ title: 'Todo', body: 'Todo description' }))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment