jvelo / mayocat-shop

[RETIRED] Open source e-commerce and marketplaces made simple on the JVM
Other
173 stars 116 forks source link

documentation error for adding accounts #193

Closed lsgrep closed 10 years ago

lsgrep commented 10 years ago

curl -i -H "Content-Type: application/json" -X POST -d " \ { \ \"slug\" : \"admin\", \ \"email\" : \"me@example.com\", \ \"password\":\"thepassword\" \ } \ " \ http://:8080/api/users/

this is not working and it worked after using api/user/

jvelo commented 10 years ago

Fixed, thanks.