mercari-build / mercari-build-training

24 stars 225 forks source link

Modify image path in Step3-6 #58

Closed manami-bunbun closed 2 years ago

manami-bunbun commented 2 years ago

What

change images -> image in the last line of the following command

# POST .jpg stored in directory 'image'
curl -X POST \
  --url 'http://localhost:9000/items' \
  -d 'name=jacket' \
  -d 'category=fashion' \
  -d 'image=image/default.jpg'

CHECKS :warning:

Please make sure you are aware of the following.

manami-bunbun commented 2 years ago

oridinal : -d 'image=images/default.jpg'

change: -d 'image=image/default.jpg'

wakanapo commented 2 years ago

Thank you for your contribution!

This issue is solved by this PR. So, let me close this PR.

Again, we really appreciate your PR. Contributions are always welcome!