UNPKG

@ivamuno/nestjs-openapi

Version:
9 lines (8 loc) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenApiExcludeEndpoint = void 0; const api_exclude_endpoint_decorator_1 = require("@nestjs/swagger/dist/decorators/api-exclude-endpoint.decorator"); function OpenApiExcludeEndpoint(disable = true) { return api_exclude_endpoint_decorator_1.ApiExcludeEndpoint(disable); } exports.OpenApiExcludeEndpoint = OpenApiExcludeEndpoint;