fixed starting node api call
This commit is contained in:
parent
9f96f92f32
commit
4e547635d8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ GnsNode::GnsNode(const GnsProject *project, std::string uuid, const std::vector<
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string GnsNode::getApiBase() const {
|
std::string GnsNode::getApiBase() const {
|
||||||
return this->project->getApiBase() + "nodes/" + this->uuid;
|
return this->project->getApiBase() + "nodes/" + this->uuid + "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string GnsNode::getUuid() const {
|
std::string GnsNode::getUuid() const {
|
||||||
|
|
Loading…
Reference in a new issue