Powered by
Like this? const apiUrl = 'test.com/api/get' cons...
# 💻developers
n
numerous-secretary-37683
06/26/2024, 7:53 AM
Like this? const apiUrl = 'test.com/api/get' const response = await axios.get(apiUrl) const data = response.data // Modify or add the following line workflow.out = data
Previous
Next