Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
node-rest-api-mcafee
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
node-rest-api-mcafee
Commits
78312e12
Commit
78312e12
authored
Oct 19, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#6 Fix en gitignore y json de definicion
parent
40dc2852
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
index.js
+1
-1
package.json
package.json
+3
-3
No files found.
index.js
View file @
78312e12
...
...
@@ -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
package.json
View file @
78312e12
{
"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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment