organización de endpoints

This commit is contained in:
Lemuel Marquez
2021-05-13 14:06:07 -05:00
parent 4bfb659914
commit 0b6bb666c5
38 changed files with 251 additions and 232 deletions
@@ -1,7 +1,7 @@
const helperPath = '../../helper';
const validar = require(`${helperPath}/validar`);
const gmail = require(`${helperPath}/gmail`);
const correos = require(`${helperPath}/correos`);
const gmail = require(`${helperPath}/gmail`);
const validar = require(`${helperPath}/validar`);
const dbPath = '../../db/tablas';
const Programa = require(`${dbPath}/Programa`);
const Servicio = require(`${dbPath}/Servicio`);