UNPKG

@mvx/mvc

Version:

@mvx/mvc is mvc framework on server, base on koa, @tsdi frameworks

17 lines (15 loc) 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthorizationService = void 0; const tslib_1 = require("tslib"); const ioc_1 = require("@tsdi/ioc"); let AuthorizationService = class AuthorizationService { static ρAnn() { return { "name": "AuthorizationService", "params": { "getAuthMiddlewares": ["ctx", "controller", "propertyKey"] } }; } }; AuthorizationService = tslib_1.__decorate([ ioc_1.Abstract() ], AuthorizationService); exports.AuthorizationService = AuthorizationService; //# sourceMappingURL=../sourcemaps/services/AuthorizationService.js.map