API update yesterday OSRM and I'm having problems.
It calls previously used this way:
router.project-osrm.org/viaroute&loc=-0.88656,41.68043&output=json&compression=false
and it runs smoothly.
Now there is no way to make it work with the new version:
router.project-osrm.org/route/v1/driving/-0.88656,41.68043
This is the code for the old API, to see if anyone knows how to fix it.