#6 Fix en gitignore y json de definicion

parent 40dc2852
......@@ -28,4 +28,4 @@ serverApp.listenPort(port);
const endPointContenidoManagerObj = new endPoints.endPointContenidoManager(dbConn.con, serverApp);
//Definicion de rutas para las api endpoint
endPointContenidoManagerObj.getHtmlContent('/api/campania/obtener/contenido');
\ No newline at end of file
endPointContenidoManagerObj.getHtmlContent('/endpoint/campania/obtener/contenido');
\ No newline at end of file
{
"name": "vidly",
"version": "1.0.0",
"description": "",
"name": "api-mcafee",
"version": "1.1.0",
"description": "Endpoints para obtencion de datos relacionados al proyecto de mcafee-territorios",
"main": "index.js",
"scripts": {
"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