hirune05 / EasyCreateRotenAppWeb

4Iで開発した露店の回転を効率化するアプリです!!
https://easy-create-roten-app-web.vercel.app
1 stars 0 forks source link

レポートをdbに登録できるようにAPIを追加 #150

Closed barley2tea closed 2 weeks ago

barley2tea commented 2 weeks ago

実施タスク

実施内容

動作確認

備考

vercel[bot] commented 2 weeks ago

@barley2tea is attempting to deploy a commit to the hirune's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:

To read more about collaboration on Vercel, click here.

barley2tea commented 2 weeks ago

動作確認
curl -X POST http://localhost:8081/v1/reports -H "Content-Type: application/json" -d '{"storeId": 1, "storeStaffId": null, "title": "foo", "description": "abs"}'

maropook commented 2 weeks ago

その他はreportの内容をもとにメール送信できてたしreportも追加できてたのでLGTM!

barley2tea commented 2 weeks ago

コメントの部分修正しました