hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Change the Sample Tuna Catch Application to use POST requests #10

Open abelsilva opened 7 years ago

abelsilva commented 7 years ago

Using the previous GET requests, the addTuna failed when GPS coordinates had negative values because

e.g.: 64.586734, -1.521949

abelsilva commented 7 years ago

also, the server.js was calling

var app = express();

two times, I removed the second call

tkuhrt commented 6 years ago

@abelsilva : .editorconfig would be specific to your environmet and not needed to be committed to the repository. Also, you will need to sign off your commit before we could consider merging this. Please see the -s option on git commit

abelsilva commented 6 years ago

@tkuhrt all done