mirror of
https://github.com/fluencelabs/examples
synced 2025-06-22 14:21:32 +00:00
Fix curl_template
This commit is contained in:
@ -30,7 +30,8 @@ const App = () => {
|
||||
}
|
||||
|
||||
let response = await curlRequest(client, url, 10000);
|
||||
setData((prev) => [...prev, { url, response }]);
|
||||
console.log(JSON.stringify(response));
|
||||
setData((prev) => [...prev, { url, response: response[0].stdout }]);
|
||||
};
|
||||
|
||||
const stop = async () => {
|
||||
|
Reference in New Issue
Block a user