quickchart
quickchart copied to clipboard
Cannot POST /graphviz
When I run curl -X POST 'http://localhost:3400/graphviz' -H 'Content-Type: application/json' -d @payload.json I get this error:
Cannot POST /graphviz
It works if I call
curl -X POST 'https://quickchart.io/graphviz' -H 'Content-Type: application/json' -d @payload.json
I checked documentation and graphviz should be included in dockerfile.