Central config
Compare changes
+ 39
− 36
@@ -6,8 +6,6 @@ import java.util.HashSet;
@@ -6,8 +6,6 @@ import java.util.HashSet;
@@ -49,15 +47,15 @@ public class ApplyShortestPath {
@@ -49,15 +47,15 @@ public class ApplyShortestPath {
@@ -85,9 +83,9 @@ public class ApplyShortestPath {
@@ -85,9 +83,9 @@ public class ApplyShortestPath {
return RoutingResponse.of(covertToCoordinates(path.getVertexList()), distance, duration, daysAfterToday);
@@ -224,36 +222,18 @@ public class ApplyShortestPath {
@@ -224,36 +222,18 @@ public class ApplyShortestPath {
@@ -262,15 +242,38 @@ public class ApplyShortestPath {
@@ -262,15 +242,38 @@ public class ApplyShortestPath {