2024-07-19 02:50:15 +00:00
|
|
|
#ifndef RUN_SCRIPTS_HPP
|
|
|
|
#define RUN_SCRIPTS_HPP
|
|
|
|
|
2024-07-15 21:07:12 +00:00
|
|
|
#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 &);
|
2024-07-19 02:50:15 +00:00
|
|
|
|
|
|
|
#endif
|