Function registerPrivate

  • Private

    Registers a route on the application router.

    Parameters

    • router: Router

      The application router.

    • method: HttpMethod

      The HTTP method.

    • path: string

      The URL path.

    • middlewares: Handler[]

      The middleware functions.

    • handler: Handler

      The request handler.

    Returns void

Generated using TypeDoc