mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-16 05:44:21 +00:00
Initial commit from Create Next App
This commit is contained in:
5
pages/api/hello.js
Normal file
5
pages/api/hello.js
Normal file
@ -0,0 +1,5 @@
|
||||
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
|
||||
|
||||
export default function handler(req, res) {
|
||||
res.status(200).json({ name: 'John Doe' })
|
||||
}
|
Reference in New Issue
Block a user