Commit 3e9fe022 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #861 from blockscout/nz-front-healthcheck

Adding primitive health-check
parents eeeae759 812dfc9e
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