Encrypted router decorator function for the GET method.

Path(s) of the HTTP request

Method decorator

  • Parameters

    • Optionalpath: string | string[]

    Returns MethodDecorator

  • Type Parameters

    • T

    Parameters

    • Optionalstringify: null | IResponseBodyStringifier<T>

    Returns MethodDecorator

  • Type Parameters

    • T

    Parameters

    • path: string | string[]
    • Optionalstringify: null | IResponseBodyStringifier<T>

    Returns MethodDecorator