Update docker healthcheck route

This commit is contained in:
Benjamin Toby 2024-10-04 21:46:06 +01:00
parent 9a11e746e7
commit 3acd96209c

View File

@ -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