source: pages/api/hello.js@ 6568bde

main
Last change on this file since 6568bde was 6568bde, checked in by SimonAnastasov <simonanastasov2001@…>, 2 years ago

Initial commit from Create Next App

  • Property mode set to 100644
File size: 170 bytes
Line 
1// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
2
3export default function handler(req, res) {
4 res.status(200).json({ name: 'John Doe' })
5}
Note: See TracBrowser for help on using the repository browser.