From 3769f85f956904fdead0ddecb2c35aa7ac293a80 Mon Sep 17 00:00:00 2001
From: "Ichiro.S"
Date: Fri, 3 Nov 2023 23:50:11 +0900
Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?=
=?UTF-8?q?=E3=82=84=E6=96=87=E8=A8=80=E3=81=AE=E9=81=95=E5=92=8C=E6=84=9F?=
=?UTF-8?q?=E3=81=AE=E3=81=82=E3=82=8B=E7=AE=87=E6=89=80=E3=82=92=E4=BF=AE?=
=?UTF-8?q?=E6=AD=A3=20(#71)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/BingoCardDetail.vue | 2 +-
components/MyProfile.vue | 32 ++++++++------
pages/create.vue | 17 +++++---
pages/mypage.vue | 32 +++++++++++---
server/api/bingoCard/index.post.ts | 3 ++
server/api/user/index.get.ts | 23 ++++++++++
server/facades/repositories/users.ts | 63 +++++++++++++++++++++++++++-
server/models/user/dto.ts | 5 +++
8 files changed, 152 insertions(+), 25 deletions(-)
create mode 100644 server/api/user/index.get.ts
diff --git a/components/BingoCardDetail.vue b/components/BingoCardDetail.vue
index b3350db..075f7ac 100644
--- a/components/BingoCardDetail.vue
+++ b/components/BingoCardDetail.vue
@@ -41,7 +41,7 @@
- ミッション詳細はここにかく
+ お題の詳細はここにかく