From 3acd96209cf92706fa994a18053ec55ddc0b05a2 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Fri, 4 Oct 2024 21:46:06 +0100 Subject: [PATCH] Update docker healthcheck route --- pages/api/healthcheck.ts | 18 ------------------ 1 file changed, 18 deletions(-) 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