Zenika / react-workbench

Design your React component in an isolated context
MIT License
8 stars 1 forks source link

:sparkles: save readme endpoint #129

Closed bpetetot closed 6 years ago

bpetetot commented 7 years ago

description POST /api/readme with the readme file in text/plain as body.

to test it

curl -H "Content-Type: text/plain" -X POST -d "My readme content" http://localhost:8080/api/readme