controller correcto
This commit is contained in:
@@ -2,8 +2,7 @@ const express = require('express');
|
||||
const app = express();
|
||||
const { verificaToken } = require('../middleware/autentificacion');
|
||||
const route = '/cuestionario_alumno';
|
||||
//const controllerPath = '../controller/CuestionarioAlumno';
|
||||
const controllerPath = '../controller/CuestionarioAlumno2';
|
||||
const controllerPath = '../controller/CuestionarioAlumno';
|
||||
|
||||
const get = require(`${controllerPath}/get`);
|
||||
const nuevo = require(`${controllerPath}/nuevo`);
|
||||
|
||||
@@ -2,8 +2,7 @@ const express = require('express');
|
||||
const app = express();
|
||||
const { verificaToken } = require('../middleware/autentificacion');
|
||||
const route = '/cuestionario_programa';
|
||||
//const controllerPath = '../controller/CuestionarioPrograma';
|
||||
const controllerPath = '../controller/CuestionarioPrograma2';
|
||||
const controllerPath = '../controller/CuestionarioPrograma';
|
||||
|
||||
const get = require(`${controllerPath}/get`);
|
||||
const nuevo = require(`${controllerPath}/nuevo`);
|
||||
|
||||
Reference in New Issue
Block a user