UNPKG

@aditya-garg-09-01-2002/q-auth

Version:

Easy and quick authentication integration for beginner dev projects

11 lines (10 loc) 387 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const routes_1 = __importDefault(require("./routes")); function addAuthenticationRoutes(app) { app.use(routes_1.default); } exports.default = addAuthenticationRoutes;