Fixing issue with querying dag as json
This commit is contained in:
@@ -436,8 +436,8 @@ namespace daggy::daggyd {
|
||||
<< "</tr>";
|
||||
}
|
||||
ss << "</table></center></body></html>";
|
||||
response.send(Pistache::Http::Code::Ok, ss.str());
|
||||
}
|
||||
response.send(Pistache::Http::Code::Ok, ss.str());
|
||||
}
|
||||
|
||||
void Server::handleGetDAGRunState(const Pistache::Rest::Request &request,
|
||||
|
||||
Reference in New Issue
Block a user