Handles a request and sends a response with the message 'Healthy!'.

  • Parameters

    • _request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>

      The request object.

    • res: Response<any, Record<string, any>>

      The response object.

    Returns Promise<void>

    None