diff --git a/pages/api/healthcheck.ts b/pages/api/healthcheck.ts index bc9033f..a8a2d89 100644 --- a/pages/api/healthcheck.ts +++ b/pages/api/healthcheck.ts @@ -1,23 +1,5 @@ import { NextApiRequest, NextApiResponse } from "next"; -/** - * ============================================================================== - * Imports - * ============================================================================== - */ - -/** ****************************************************************************** */ -/** ****************************************************************************** */ -/** ****************************************************************************** */ -/** ****************************************************************************** */ -/** ****************************************************************************** */ -/** ****************************************************************************** */ - -/** - * API handler - * ============================================================================== - * @type {import("next").NextApiHandler} - */ export default async function handler( req: NextApiRequest, res: NextApiResponse