You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to make make some api via Windmill, expose through http route but is seems, winmilld will add extra double quotes to the response
if the script return a string type data (like abc), windmill http route will response as "123"
To reproduce
create a flow, make result string
create a GET http route for flow
access the URL
see "string"
Expected behavior
expect http route serve string data without double quotes
Screenshots
Browser information
No response
Application version
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, I want to make make some api via Windmill, expose through http route but is seems, winmilld will add extra double quotes to the response
if the script return a string type data (like abc), windmill http route will response as "123"
To reproduce
Expected behavior
expect http route serve string data without double quotes
Screenshots
Browser information
No response
Application version
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: