Skip to content

Commit 73a29b9

Browse files
committed
Update API endpoint
1 parent 1776c4f commit 73a29b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ur_client_library/ur/dashboard_client_implementation_x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class DashboardClientImplX : public DashboardClientImpl
167167
virtual VersionInformation queryPolyScopeVersion();
168168
void assertHasCommand(const std::string& command) const override;
169169

170-
const std::string base_url_ = "/universal-robots/urcap-system-api";
170+
const std::string base_url_ = "/universal-robots/robot-api";
171171

172172
std::unique_ptr<httplib::Client> cli_;
173173
};

0 commit comments

Comments
 (0)