updates
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { NextApiHandler, NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
/**
|
||||
* @type {NextApiHandler}
|
||||
*/
|
||||
export default function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
return res.status(200).json({
|
||||
title: "Hello There",
|
||||
message: "General Kenobi",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user