UNPKG

410 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ApiExcludeEndpoint = void 0;
4const constants_1 = require("../constants");
5const helpers_1 = require("./helpers");
6function ApiExcludeEndpoint(disable = true) {
7 return helpers_1.createMethodDecorator(constants_1.DECORATORS.API_EXCLUDE_ENDPOINT, {
8 disable
9 });
10}
11exports.ApiExcludeEndpoint = ApiExcludeEndpoint;