"."
This commit is contained in:
alfredojl
2020-10-06 20:22:02 -05:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ jspm_packages/
./.env
scratch/
./server/controller/api
/temp
# TypeScript v1 declaration files
typings/
+1 -1
View File
@@ -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