Skip to content

Instantly share code, notes, and snippets.

@leandroh
Created March 3, 2016 18:05
Show Gist options
  • Save leandroh/3b2659c0151c08d4f7bb to your computer and use it in GitHub Desktop.
Save leandroh/3b2659c0151c08d4f7bb to your computer and use it in GitHub Desktop.
app.get('/maps', function(req, res) {
var dados = [
{
lat: -25.470991,
lon: -49.271036
},
{
lat: -0.935586,
lon: -49.635540
},
{
lat: -2.485874,
lon: -43.128493
}
];
res.send(JSON.stringify(dados));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment