From f0f318d108e4b69623cd028a2bc3cd499f80d448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=85=B8=EA=B2=BD=EB=AF=BC?= <72291860+gengminy@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:49:09 +0900 Subject: [PATCH 1/9] =?UTF-8?q?:rocket:=20=EB=A6=AC=EB=93=9C=EB=AF=B8=20?= =?UTF-8?q?=EA=B8=B0=EC=B4=88=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 128 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bd10d..8d4c462 100644 --- a/README.md +++ b/README.md @@ -1 +1,128 @@ -[![codecov](https://codecov.io/gh/Gosrock/Ticket-Backend-22th/branch/dev/graph/badge.svg?token=P6HHFWVER9)](https://codecov.io/gh/Gosrock/Ticket-Backend-22th) +# 🎸고스락 공연 티켓 예매 서비스🎸 +--- + +고스락 22번째 정기공연 티켓 예매 페이지 백엔드입니다✨ + +
+ +## 🚀 Services + +1. 온라인 티켓 예매 서비스 +2. QR코드와 소켓을 통한 실시간 입장 서비스 +3. 어드민 페이지로 예매 현황 및 티켓 상태 관리 +4. 실시간 응원톡 서비스 +5. 스웨거를 통한 API 명세서 작성 자동화 + +
+ +## 🏛 Architecture Diagram + +사진 넣어주세요 + +
+ + +## 📝 ERD + +![image](https://user-images.githubusercontent.com/72291860/184824933-86d2c988-edc3-4ef3-a664-dfa912b97012.png) + + +
+ +## 📁 Project Structure + +``` +├─auth +│ ├─dtos +│ ├─Errors +│ └─guards +├─common +│ ├─consts +│ ├─decorators +│ ├─dtos +│ │ └─page +│ ├─errors +│ ├─exceptions +│ ├─funcs +│ ├─interceptors +│ ├─pipes +│ └─utils +├─config +├─database +│ ├─entities +│ ├─migrations +│ └─repositories +├─orders +│ └─dtos +├─queue +├─redis +│ ├─config +│ └─dtos +├─slack +│ ├─config +│ └─dtos +├─sms +│ ├─config +│ └─dtos +├─socket +├─tickets +│ └─dtos +└─users + └─dtos + └─Scroll +``` + +
+ +## 👀 서비스 화면 + +![고스락티켓22 drawio](https://user-images.githubusercontent.com/72291860/184826170-9d436c4a-ed41-4ba1-9e6e-a806dc0fad3e.png) + + +
+ +## 💻 Developers + + + + + + + + + + + + + + + + + + + + + + + +
Leader / BackendBackendBackendBackendBackend
이찬진김민준노경민김원진채승희
+ +
+ ImNM +
+ +
+ sanbonai06 +
+ +
+ gengminy +
+ +
+ kim-wonjin +
+ +
+ chaeshee0908 +
From 2095fb28341806cc743ee17432738d00d758c7a9 Mon Sep 17 00:00:00 2001 From: Chan Jin Date: Tue, 16 Aug 2022 17:37:01 +0900 Subject: [PATCH 2/9] =?UTF-8?q?fix(docs)=20:=20=EB=A6=AC=EB=93=9C=EB=AF=B8?= =?UTF-8?q?=20=EA=B8=B0=EB=B3=B8=ED=8B=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d4c462..f72b37c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# 🎸고스락 공연 티켓 예매 서비스🎸 ---- +![Frame 34257](https://user-images.githubusercontent.com/55226431/184820864-e8573a2b-b48d-4eb9-a5f7-25ecf7192ec6.png) -고스락 22번째 정기공연 티켓 예매 페이지 백엔드입니다✨ + +# 고스락 티켓 2.0 + +> We are GOSROCK, Invites you - 백엔드 레포지토리
From f5aa11899effffedcf318f05d1b26cc6c44f8bac Mon Sep 17 00:00:00 2001 From: Chan Jin Date: Wed, 17 Aug 2022 00:28:55 +0900 Subject: [PATCH 3/9] =?UTF-8?q?fix(docs)=20:=20=EB=A6=AC=EB=93=9C=EB=AF=B8?= =?UTF-8?q?=20=EB=82=B4=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 109 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 70 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index f72b37c..729958c 100644 --- a/README.md +++ b/README.md @@ -1,77 +1,108 @@ ![Frame 34257](https://user-images.githubusercontent.com/55226431/184820864-e8573a2b-b48d-4eb9-a5f7-25ecf7192ec6.png) + # 고스락 티켓 2.0 -> We are GOSROCK, Invites you - 백엔드 레포지토리 +> 22번째 정기공연 [We are GOSROCK, Invites you] • 프론트엔드 레포지토리 -
+readme + +

-## 🚀 Services +## Gosrock.band +- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) +- [랜딩페이지](https://gosrock.band) + +
+ + +
+ +
-1. 온라인 티켓 예매 서비스 -2. QR코드와 소켓을 통한 실시간 입장 서비스 -3. 어드민 페이지로 예매 현황 및 티켓 상태 관리 -4. 실시간 응원톡 서비스 -5. 스웨거를 통한 API 명세서 작성 자동화 +## 기획, 디자인 +- [Figma 링크](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) +- [관련 포스팅](https://9yujin.tistory.com/56?category=1025360)
-## 🏛 Architecture Diagram -사진 넣어주세요 + +## 사용 스택 + +
+
+ + +
+
+ + + +
+
+ + + + + +
+
+ +
+ +## 백엔드 관련 포스팅 + - [찬진 : 두번째 고스락 티켓예매는 어떻게 달라졌을까요?](https://devnm.tistory.com/15) + - [찬진 : 유저 role 기반 api 인가](https://devnm.tistory.com/16) + - [찬진 : ValiationError 커스텀하기](https://devnm.tistory.com/17) + - [찬진 : redis forRootAsync 모듈만들기](https://devnm.tistory.com/18) + - [찬진 : transaction with repository](https://devnm.tistory.com/19) + - [찬진 : rollback repository test](https://devnm.tistory.com/20) + - [찬진 : 같은 코드 응답 데코레이터 만들기 시리즈](https://devnm.tistory.com/21) + - [경민 : nestjs + socket.io 사용해서 실시간 공연 입장 시스템 구현하기](https://gengminy.tistory.com/23)
## 📝 ERD -![image](https://user-images.githubusercontent.com/72291860/184824933-86d2c988-edc3-4ef3-a664-dfa912b97012.png) +KakaoTalk_Photo_2022-08-17-00-11-25
## 📁 Project Structure -``` -├─auth -│ ├─dtos -│ ├─Errors -│ └─guards -├─common +```shell +.github #도커 빌드 액션 +.husky #깃 훅 프리티어관련 +docker-compose.yml #로컬 개발환경 설정 +src +├─auth #인증 관련 모듈 +├─common #공통 소스 디렉토리 │ ├─consts -│ ├─decorators +│ ├─decorators #성공,에러 스웨거 응답 데코레이터등 │ ├─dtos -│ │ └─page │ ├─errors │ ├─exceptions │ ├─funcs │ ├─interceptors │ ├─pipes │ └─utils -├─config -├─database +├─config #configSerivce 커스텀 모듈 +├─database #데이타 베이스 관련 모듈 │ ├─entities │ ├─migrations │ └─repositories -├─orders -│ └─dtos -├─queue -├─redis -│ ├─config -│ └─dtos -├─slack -│ ├─config -│ └─dtos -├─sms -│ ├─config -│ └─dtos -├─socket -├─tickets -│ └─dtos -└─users - └─dtos - └─Scroll +├─orders #주문관련 모듈 +├─queue #bull js 레디스 큐 모듈 +├─redis #레디스 클라이언트 모듈 +├─slack #관리자 인증, 슬랙 알림 모듈 +├─sms #naver sms 모듈 +├─socket #실시간 입장확인 소켓 모듈 +├─tickets #티켓 관련 모듈 +└─users #유저,댓글 관련 모듈 ```
From 1967269f4245765ad91b6081ad23c9eb249e4e7c Mon Sep 17 00:00:00 2001 From: Chan Jin Date: Wed, 17 Aug 2022 00:32:55 +0900 Subject: [PATCH 4/9] =?UTF-8?q?fix(docs)=20:=20=EB=A6=AC=EB=93=9C=EB=AF=B8?= =?UTF-8?q?=20=EB=82=B4=EC=9A=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 729958c..0327747 100644 --- a/README.md +++ b/README.md @@ -75,34 +75,34 @@ ## 📁 Project Structure ```shell -.github #도커 빌드 액션 -.husky #깃 훅 프리티어관련 -docker-compose.yml #로컬 개발환경 설정 +.github # 도커 빌드 액션 +.husky # 깃 훅 프리티어관련 +docker-compose.yml # 로컬 개발환경 설정 src -├─auth #인증 관련 모듈 -├─common #공통 소스 디렉토리 -│ ├─consts -│ ├─decorators #성공,에러 스웨거 응답 데코레이터등 -│ ├─dtos -│ ├─errors -│ ├─exceptions -│ ├─funcs -│ ├─interceptors +├─auth # 인증 관련 모듈 +├─common # 공통 소스 디렉토리 +│ ├─consts # enum, 상수 정의 +│ ├─decorators # 성공,에러 스웨거 응답 데코레이터등 +│ ├─dtos # 페이지네이션,에러,성공등 공통 디티오 +│ ├─errors # 커스텀 에러정의 +│ ├─exceptions # exception 필터 +│ ├─funcs +│ ├─interceptors # 성공응답 인터셉터 │ ├─pipes │ └─utils -├─config #configSerivce 커스텀 모듈 -├─database #데이타 베이스 관련 모듈 +├─config # configSerivce 커스텀 모듈 +├─database # 데이타 베이스 관련 모듈 │ ├─entities │ ├─migrations │ └─repositories -├─orders #주문관련 모듈 -├─queue #bull js 레디스 큐 모듈 -├─redis #레디스 클라이언트 모듈 -├─slack #관리자 인증, 슬랙 알림 모듈 -├─sms #naver sms 모듈 -├─socket #실시간 입장확인 소켓 모듈 -├─tickets #티켓 관련 모듈 -└─users #유저,댓글 관련 모듈 +├─orders # 주문관련 모듈 +├─queue # bull js 레디스 큐 모듈 +├─redis # 레디스 클라이언트 모듈 +├─slack # 관리자 인증, 슬랙 알림 모듈 +├─sms # naver sms 모듈 +├─socket # 실시간 입장확인 소켓 모듈 +├─tickets # 티켓 관련 모듈 +└─users # 유저,댓글 관련 모듈 ```
From f1a1418f7b512bd5232ab7dad5919fa3c38cfa95 Mon Sep 17 00:00:00 2001 From: Chan Jin Date: Wed, 17 Aug 2022 00:34:00 +0900 Subject: [PATCH 5/9] =?UTF-8?q?fix(docs)=20:=20=EB=A6=AC=EB=93=9C=EB=AF=B8?= =?UTF-8?q?=20=EB=82=B4=EC=9A=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0327747..20557f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # 고스락 티켓 2.0 -> 22번째 정기공연 [We are GOSROCK, Invites you] • 프론트엔드 레포지토리 +> 22번째 정기공연 [We are GOSROCK, Invites you] • 백엔드 레포지토리 readme From b9bf9ac59355d2fe6bc4321a7f4155f1d8a41d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=85=B8=EA=B2=BD=EB=AF=BC?= <72291860+gengminy@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:44:55 +0900 Subject: [PATCH 6/9] =?UTF-8?q?:hammer:=20fix(docs):=20readme=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 이모지 추가, 기획 관련 글 옮겼습니다 --- README.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 20557f7..e30462d 100644 --- a/README.md +++ b/README.md @@ -8,28 +8,34 @@ readme +

-## Gosrock.band -- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) -- [랜딩페이지](https://gosrock.band) + + +## ✨ 서비스 페이지 + +- [https://gosrock.band](https://gosrock.band) +
+
-## 기획, 디자인 -- [Figma 링크](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) -- [관련 포스팅](https://9yujin.tistory.com/56?category=1025360) -
+## 📢 기획 / 디자인 +- [Figma](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) +- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) +- [[고스락 티켓 2.0] 기획, 디자인 개편](https://9yujin.tistory.com/56?category=1025360) +
-## 사용 스택 +## 📚 사용 스택
@@ -50,9 +56,11 @@
-
-## 백엔드 관련 포스팅 +

+ + +## 🔍 서버 개발 과정 포스팅 - [찬진 : 두번째 고스락 티켓예매는 어떻게 달라졌을까요?](https://devnm.tistory.com/15) - [찬진 : 유저 role 기반 api 인가](https://devnm.tistory.com/16) - [찬진 : ValiationError 커스텀하기](https://devnm.tistory.com/17) @@ -62,6 +70,7 @@ - [찬진 : 같은 코드 응답 데코레이터 만들기 시리즈](https://devnm.tistory.com/21) - [경민 : nestjs + socket.io 사용해서 실시간 공연 입장 시스템 구현하기](https://gengminy.tistory.com/23) +
From 4a49aaa7e19fef5633707c6ece2a7e7c0cdb1cbd Mon Sep 17 00:00:00 2001 From: Chan Jin Date: Wed, 17 Aug 2022 00:47:07 +0900 Subject: [PATCH 7/9] =?UTF-8?q?fix(docs)=20:=20=EB=A6=AC=EB=93=9C=EB=AF=B8?= =?UTF-8?q?=20=EB=82=B4=EC=9A=A9=20,=EA=B5=AC=EC=A1=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 51 +++++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index e30462d..4ce63af 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,33 @@ ![Frame 34257](https://user-images.githubusercontent.com/55226431/184820864-e8573a2b-b48d-4eb9-a5f7-25ecf7192ec6.png) +
# 고스락 티켓 2.0 > 22번째 정기공연 [We are GOSROCK, Invites you] • 백엔드 레포지토리 +
+
+
-readme - - -

- - +## 서비스 소개 -## ✨ 서비스 페이지 -- [https://gosrock.band](https://gosrock.band) +readme -
- - -
+

+## 기획, 디자인 +- [Figma 링크](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) +- [관련 포스팅](https://9yujin.tistory.com/56?category=1025360)
-## 📢 기획 / 디자인 -- [Figma](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) -- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) -- [[고스락 티켓 2.0] 기획, 디자인 개편](https://9yujin.tistory.com/56?category=1025360) +## 사용 스택
- - -## 📚 사용 스택 -
@@ -56,11 +47,9 @@
+
-

- - -## 🔍 서버 개발 과정 포스팅 +## 백엔드 관련 포스팅 - [찬진 : 두번째 고스락 티켓예매는 어떻게 달라졌을까요?](https://devnm.tistory.com/15) - [찬진 : 유저 role 기반 api 인가](https://devnm.tistory.com/16) - [찬진 : ValiationError 커스텀하기](https://devnm.tistory.com/17) @@ -70,7 +59,6 @@ - [찬진 : 같은 코드 응답 데코레이터 만들기 시리즈](https://devnm.tistory.com/21) - [경민 : nestjs + socket.io 사용해서 실시간 공연 입장 시스템 구현하기](https://gengminy.tistory.com/23) -
@@ -116,7 +104,18 @@ src
-## 👀 서비스 화면 + +## Gosrock.band +- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) +- [랜딩페이지](https://gosrock.band) + +
+ + +
+ +
+ ![고스락티켓22 drawio](https://user-images.githubusercontent.com/72291860/184826170-9d436c4a-ed41-4ba1-9e6e-a806dc0fad3e.png) From 9836115b4091048fd2ac853faaa069b479768906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=85=B8=EA=B2=BD=EB=AF=BC?= <72291860+gengminy@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:55:50 +0900 Subject: [PATCH 8/9] =?UTF-8?q?:hammer:=20fix(docs):=20readme=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 4ce63af..0cd61fd 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,46 @@ ![Frame 34257](https://user-images.githubusercontent.com/55226431/184820864-e8573a2b-b48d-4eb9-a5f7-25ecf7192ec6.png) -
# 고스락 티켓 2.0 > 22번째 정기공연 [We are GOSROCK, Invites you] • 백엔드 레포지토리 -
-
+ +
+ +readme + +
-## 서비스 소개 +## ✨ 서비스 페이지 -readme +- [https://gosrock.band](https://gosrock.band) -

+ + + +
+ + +
-## 기획, 디자인 -- [Figma 링크](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) -- [관련 포스팅](https://9yujin.tistory.com/56?category=1025360)
+## 📢 기획 / 디자인 +- [Figma](https://www.figma.com/file/J6HVLxWGuCFgAQUCdWBUsT/%EA%B3%A0%EC%8A%A4%EB%9D%BD-%ED%8B%B0%EC%BC%93%EC%98%88%EB%A7%A4?node-id=2026%3A6310) +- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) +- [[고스락 티켓 2.0] 기획, 디자인 개편](https://9yujin.tistory.com/56?category=1025360) -## 사용 스택
+ + +## 📚 사용 스택 +
@@ -47,9 +60,11 @@
-
-## 백엔드 관련 포스팅 +

+ + +## 🔍 개발 과정 - [찬진 : 두번째 고스락 티켓예매는 어떻게 달라졌을까요?](https://devnm.tistory.com/15) - [찬진 : 유저 role 기반 api 인가](https://devnm.tistory.com/16) - [찬진 : ValiationError 커스텀하기](https://devnm.tistory.com/17) @@ -59,6 +74,7 @@ - [찬진 : 같은 코드 응답 데코레이터 만들기 시리즈](https://devnm.tistory.com/21) - [경민 : nestjs + socket.io 사용해서 실시간 공연 입장 시스템 구현하기](https://gengminy.tistory.com/23) +
@@ -102,24 +118,6 @@ src └─users # 유저,댓글 관련 모듈 ``` -
- - -## Gosrock.band -- [Storybook](https://gosrock.github.io/Ticket-Front-22nd/?path=/story/common-inputform--%ED%9C%B4%EB%8C%80%ED%8F%B0%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5) -- [랜딩페이지](https://gosrock.band) - -
- - -
- -
- - -![고스락티켓22 drawio](https://user-images.githubusercontent.com/72291860/184826170-9d436c4a-ed41-4ba1-9e6e-a806dc0fad3e.png) - -
## 💻 Developers From cac070a1d0dfd801dcf2cc23a6b40d00d239c423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8E=E1=85=A1=E1=86=AB=E1=84=8C?= =?UTF-8?q?=E1=85=B5=E1=86=AB?= Date: Wed, 17 Aug 2022 01:56:12 +0900 Subject: [PATCH 9/9] =?UTF-8?q?:hammer:=20fix(auth)=20:=20[v1.1.0]=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EB=8D=95=EC=85=98=20=EB=8C=80=EB=B9=84=20?= =?UTF-8?q?=EC=9D=B8=EC=A6=9D=EB=B2=88=ED=98=B8=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=9A=A9=20=EC=9D=91=EB=8B=B5=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/auth/dtos/RequestValidation.response.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/dtos/RequestValidation.response.dto.ts b/src/auth/dtos/RequestValidation.response.dto.ts index 53c924b..86ed562 100644 --- a/src/auth/dtos/RequestValidation.response.dto.ts +++ b/src/auth/dtos/RequestValidation.response.dto.ts @@ -7,7 +7,7 @@ export class ResponseRequestValidationDto { phoneNumber: string; @ApiProperty({ description: '테스트용 인증번호', type: String }) - @Expose() + @Exclude() validationNumber: string; @ApiProperty({ description: '이미 가입했는지에대한 정보', type: Boolean })