Skip to content

Commit

Permalink
fixed upload_map HOP service name
Browse files Browse the repository at this point in the history
  • Loading branch information
dudekw committed Aug 12, 2016
1 parent e8d36b0 commit 7a333d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class path_upload_map : public asio_http
post_ += "\r\n--" + boundary + "--";

// set the HTTP header URI pramble and the Content-Type
head_preamble_.uri = "POST /hop/path_upload_map HTTP/1.1\r\n";
head_preamble_.uri = "POST /hop/path_planning_upload_map HTTP/1.1\r\n";
head_preamble_.content_type = "Content-Type: multipart/form-data; boundary=" + boundary;

// bind the base class callback, to our handle_reply
Expand Down

0 comments on commit 7a333d4

Please sign in to comment.