From 54b78be2aee4a9c0dc912b662867c4f8aeac21f5 Mon Sep 17 00:00:00 2001 From: merMorty <72148414+merMorty@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:59:37 +0100 Subject: [PATCH] Update APIopenRouteService.java --- .../example/BackSimulation/Model/API/APIopenRouteService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BackSimulation/src/main/java/com/example/BackSimulation/Model/API/APIopenRouteService.java b/BackSimulation/src/main/java/com/example/BackSimulation/Model/API/APIopenRouteService.java index 23cf005..bb11965 100644 --- a/BackSimulation/src/main/java/com/example/BackSimulation/Model/API/APIopenRouteService.java +++ b/BackSimulation/src/main/java/com/example/BackSimulation/Model/API/APIopenRouteService.java @@ -16,7 +16,8 @@ public class APIopenRouteService { public static final BigDecimal deltaPoints = BigDecimal.valueOf(0.000025F); private static final String domainName = "https://api.openrouteservice.org/v2/directions/foot-walking"; - private static final String tocken = "5b3ce3597851110001cf624898c7eb581706416a9ab7df828faeaae3"; + //private static final String tocken = "5b3ce3597851110001cf624898c7eb581706416a9ab7df828faeaae3"; + private static final String tocken = "5b3ce3597851110001cf624898d73d0c7634461abc58ae5564b8c48d"; private static Map >> cachedPath = new HashMap<>();