Woops! had under public instead of pages causing 404

This commit is contained in:
Nick Bland
2022-04-16 21:44:15 +10:00
parent 0b39026386
commit 3ed78566a0
-5
View File
@@ -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"})
}