Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abelsilva
Copy link

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

e.g.:
64.586734, -1.521949

@abelsilva
Copy link
Author

also, the server.js was calling

var app = express();

two times, I removed the second call

@tkuhrt
Copy link
Contributor

tkuhrt commented Jan 8, 2018

@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
Copy link
Author

@tkuhrt all done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants