#6 Fix en gitignore y json de definicion

parent 40dc2852
...@@ -28,4 +28,4 @@ serverApp.listenPort(port); ...@@ -28,4 +28,4 @@ serverApp.listenPort(port);
const endPointContenidoManagerObj = new endPoints.endPointContenidoManager(dbConn.con, serverApp); const endPointContenidoManagerObj = new endPoints.endPointContenidoManager(dbConn.con, serverApp);
//Definicion de rutas para las api endpoint //Definicion de rutas para las api endpoint
endPointContenidoManagerObj.getHtmlContent('/api/campania/obtener/contenido'); endPointContenidoManagerObj.getHtmlContent('/endpoint/campania/obtener/contenido');
\ No newline at end of file \ No newline at end of file
{ {
"name": "vidly", "name": "api-mcafee",
"version": "1.0.0", "version": "1.1.0",
"description": "", "description": "Endpoints para obtencion de datos relacionados al proyecto de mcafee-territorios",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment