express-typeorm-rest-boilerplate
Version:
Boilerplate code to get started with building RESTful API Services
13 lines • 613 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkRole = exports.isAuth = exports.attachUser = void 0;
const attachUser_1 = __importDefault(require("./attachUser"));
exports.attachUser = attachUser_1.default;
const checkRole_1 = __importDefault(require("./checkRole"));
exports.checkRole = checkRole_1.default;
const isAuth_1 = __importDefault(require("./isAuth"));
exports.isAuth = isAuth_1.default;
//# sourceMappingURL=index.js.map
;