Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] #171 - 명함생성 미리보기 뷰 안내문구 추가 및 서버 service 에 토큰 추가 #172

Merged
merged 2 commits into from
Dec 20, 2021

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Dec 20, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 명함생성 미리보기 뷰 안내문구 추가
  • bearer 토큰 추가 및 userId 사용하지 않아서 삭제

📸 스크린샷

기능 스크린샷
문구추가

📮 관련 이슈

- 명함생성 미리보기 뷰 안내문구 추가
- bearer 토큰 추가 및 userId 사용하지 않아서 삭제
@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Fix 코드 수정 및 버그, 오류 해결 QA QA 과정 중 나오는 이슈 labels Dec 20, 2021
@hyun99999 hyun99999 self-assigned this Dec 20, 2021
@@ -182,6 +182,7 @@ extension CardCreationPreviewViewController {
switch response {
case .success:
print("cardCreationWithAPI - success")
self.dismiss(animated: true, completion: nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@@ -114,7 +112,7 @@ extension CardService: TargetType {
case .cardDetailFetch, .cardListFetch, .cardDelete:
return .none
case .cardCreation:
return ["Content-Type": "multipart/form-data"]
return Const.Header.basicHeader
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

화긴이욥 ^__^

@hyun99999 hyun99999 merged commit 7be83d5 into release1.0/1 Dec 20, 2021
@hyun99999 hyun99999 deleted the release1.0/#171 branch December 20, 2021 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 코드 수정 및 버그, 오류 해결 Hyungyu 🐯 현규 교수님 작업 QA QA 과정 중 나오는 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 명함생성 미리보기 뷰 안내문구 추가 및 서버 service 에 토큰 추가
2 participants