gh-wh-handler/include/endpoints/run-scripts.hpp

6 lines
191 B
C++
Raw Normal View History

#include <crow/http_request.h>
#include <crow/http_response.h>
#include <nlohmann/json.hpp>
crow::response run_scripts(const nlohmann::json &, const nlohmann::json &,const crow::request &);