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