Current Path : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/ |
Current File : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/b5b680106abf8e6e.js |
let Router,Auth;_6ab.x([["default",()=>_6ab.o]]);_6ab.w("express",[["Router",["Router"],function(v){Router=v}]]);_6ab.w("../controllers/auth",[["default",["Auth"],function(v){Auth=v}]]); const router = Router(); router.post("/login", Auth.login); router.get("/authenticate", Auth.authenticate); _6ab.d(router);