education icon indicating copy to clipboard operation
education copied to clipboard

Change the Sample Tuna Catch Application to use POST requests

Open abelsilva opened this issue 6 years ago • 3 comments

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

e.g.: 64.586734, -1.521949

abelsilva avatar Nov 08 '17 23:11 abelsilva

also, the server.js was calling

var app = express();

two times, I removed the second call

abelsilva avatar Nov 08 '17 23:11 abelsilva

@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

tkuhrt avatar Jan 08 '18 21:01 tkuhrt

@tkuhrt all done

abelsilva avatar Feb 11 '18 02:02 abelsilva