Woops! had under public instead of pages causing 404
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
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