Woops! had under public instead of pages causing 404
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
export default function handler(_req: NextApiRequest, res: NextApiResponse) {
|
||||
res.status(200).json({statusCode:200, message:"Ok"})
|
||||
}
|
||||
Reference in New Issue
Block a user