Cracion de login

This commit is contained in:
2022-11-04 09:08:50 -05:00
parent 06f25d4726
commit 2085ff40f0
2064 changed files with 788633 additions and 13 deletions

View File

@@ -12,5 +12,12 @@ const config = {
root_dir: '/home/pablinux/Projects/Node/APP-SIGMA-WEB/src/public/files/',
path_dir: __dirname,
},
sesion:{
id:"",
usuario:"",
token:"",
empresa:"",
role:"",
},
}
module.exports = config;