Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b763bfe

Browse files
author
fabricioveronez
committed
Mudando a versão
1 parent 6d30e40 commit b763bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controllers/produto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ exports.productAll = function (req, res) {
4141
return res.json(err);
4242
}
4343

44-
var retu = { product, machine: os.hostname(), version: 'v2' };
44+
var retu = { product, machine: os.hostname() };
4545

4646
res.json(retu);
4747
})

0 commit comments

Comments
 (0)