mercari-build / mercari-build-training

24 stars 225 forks source link

Second pull request try #175

Closed kswbr-tomoka closed 8 months ago

kswbr-tomoka commented 8 months ago

What

ハッシュ化された画像が保存されることを確認しました.

(.venv) curl -X POST \ --url 'http://localhost:9000/items' \
 -F 'name=jacket' \
 -F 'category=fashion' \
 -F 'image=@imagesforpost/jacket.jpg';
curl: (3) URL rejected: Malformed input to a URL function
{"message":"Item dded successfully","item_id":1}

スクリーンショット 2024-02-21 9 53 29

107エラーを定義しましたが,返ってきませんでした

(.venv) curl -X GET 'http://127.0.0.1:9000/items2/' 
{"detail":"Not Found"}%   

CHECKS :warning:

Please make sure you are aware of the following.

momom-i commented 8 months ago

@kswbr-tomoka すみません、ご自身がフォークしたレポジトリでPR作成お願いできますか? 🙏

momom-i commented 8 months ago

クローズします