Skip to content

Commit

Permalink
Merge branch 'fix/route-query-comment'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Feb 4, 2025
2 parents c9deab8 + a785cb0 commit 9905815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing/valhalla_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ std::string ValhallaWrapper::get_matrix_query(

std::string
ValhallaWrapper::get_route_query(const std::vector<Location>& locations) const {
// Building matrix query for Valhalla.
// Building route query for Valhalla.
std::string query =
"GET /" + _server.path + _route_service + "?json={\"locations\":[";

Expand Down

0 comments on commit 9905815

Please sign in to comment.