Removed unused api folder with hello.js endpoint

This commit is contained in:
Dmitriy Shishkov 2020-11-26 21:33:55 +05:00
parent 5c84d7935d
commit c0cb43a4c5
No known key found for this signature in database
GPG Key ID: D76D70029F55183E

View File

@ -1,6 +0,0 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default (req, res) => {
res.statusCode = 200;
res.json({ name: "John Doe" });
};