Commit 812dfc9e authored by Nick Zenchik's avatar Nick Zenchik

Adding primitive health-check

parent eeeae759
import type { NextApiRequest, NextApiResponse } from 'next';
export default function handler(req: NextApiRequest, res: NextApiResponse) {
res.status(200).json('ok');
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment