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: array params 형식에 대해 qs 라이브러리를 이용한 방식으로 변경 #108

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

ww8007
Copy link
Member

@ww8007 ww8007 commented Jul 12, 2023

📌 개요 (필수)

  1. array query param 형식의 api 수정

🔨 작업 사항 (필수)

  • 추가 또는 변경된 내용을 적어주세요.

  • qs 라이브러리를 이용한 방식으로 변경

qs.stringify(params, { arrayFormat: 'repeat' })

⚡️ 관심 리뷰 (선택)

  • 특별히 확인 받고 싶은 내용을 적어주세요.

🌱 연관 내용 (선택)

  • 관련 있는 내용, 또는 앞으로 고려할 내용을 적어주세요.

@ww8007 ww8007 added the 🐛 Bug 버그 label Jul 12, 2023
@ww8007 ww8007 requested a review from a team July 12, 2023 16:12
@ww8007 ww8007 self-assigned this Jul 12, 2023
@vercel
Copy link

vercel bot commented Jul 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
pickly-frontend ✅ Ready (Inspect) Visit Preview Jul 12, 2023 4:12pm

@github-actions github-actions bot added the fix label Jul 12, 2023
@ww8007 ww8007 merged commit 37d9a9a into develop Jul 12, 2023
4 checks passed
@ww8007 ww8007 deleted the fix/#107/array-query-params branch July 12, 2023 16:19
@ww8007 ww8007 added 🔨 Fix 기능 수정 and removed fix labels Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 버그 🔨 Fix 기능 수정
Projects
Development

Successfully merging this pull request may close these issues.

[BUG]: axios query params 배열 형식 오류 수정
1 participant