fixed starting node api call

This commit is contained in:
faraphel 2024-12-22 23:41:40 +01:00
parent 9f96f92f32
commit 4e547635d8

View file

@ -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 {