Last active
April 5, 2023 09:15
-
-
Save CodeNinja47/acd711f4316b5cd06fe6d754c5316454 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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