GITLAB
Eric Fernandez
/ websocketHO
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0f8c933f54d16056515da3cf740eb5771ab53aba
Authored by
Eric Fernandez
2019-08-16 16:32:14 -0300
1 parent
ac5bd61079
Exists in
master
cuerpo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
webSocketServer/index.js
Side-by-side Diff
Inline Diff
webSocketServer/index.js
Diff comments
View file @
0f8c933
...
...
@@ -93,7 +93,7 @@ module.exports = function() {
93
93
94
94
var enviar = {
95
95
action: 'comprobante',
96
- req: cuerpo
.body
96
+ req: cuerpo
97
97
};
98
98
99
99
console.log(`enviando comprobante a cliente`)