Merge branch 'alima' of https://repositorio.acatlan.unam.mx/CIDWA/censo2020Back into alima
"."
This commit is contained in:
@@ -39,6 +39,7 @@ jspm_packages/
|
||||
./.env
|
||||
scratch/
|
||||
./server/controller/api
|
||||
/temp
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
||||
@@ -10,7 +10,7 @@ const tipoPrinters = async(req, res) => {
|
||||
|
||||
await sequelize.query(`
|
||||
SELECT idTipo, tipo
|
||||
FROM TIPO`, { type: QueryTypes.SELECT })
|
||||
FROM tipo`, { type: QueryTypes.SELECT })
|
||||
.then(tipoPrinters => {
|
||||
return res.json({
|
||||
tipoPrinters
|
||||
|
||||
Reference in New Issue
Block a user