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

[#203] fix: 공지사항/펀시스템 상세정보 api 연결 #209

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

SujinKim1127
Copy link
Member

@SujinKim1127 SujinKim1127 commented Mar 29, 2024

Issue

Description

  • 공지사항에서 첨부파일 링크 연결 작업까지 추가로 완료 했습니다!
  • 펀시스템부분은 서버 연결에서 오류가 발생하는데 오류 발생 없어진 공지사항이랑은 코드가 똑같아서 우선 업로드 할게요!!
// 공지사항 상세정보 api 부분
      getNoticeInfo.then((res) => {
        setData(res.data);
        axios.get(res.data?.content).then((res) => {
          setContent(res.data);
        });
      });

// 펀시스템 상세정보 api 부분
      getFunsystemInfo.then((res) => {
        setData(res.data);
        axios.get(res.data?.content).then((res) => {
          setContent(res.data);
        });
      });

Check List

  • PR 제목을 커밋 규칙에 맞게 작성
  • PR에 해당되는 Issue를 연결 완료
  • 적절한 라벨 설정
  • 작업한 사람 모두를 Assign
  • 작업한 팀에게 Code Review 요청 (Reviewer 등록)
  • main 브랜치의 최신 상태를 반영하고 있는지 확인

Screenshot

image

@SujinKim1127 SujinKim1127 added the fix 🧠 버그 수정하는 Issue label Mar 29, 2024
@SujinKim1127 SujinKim1127 self-assigned this Mar 29, 2024
Copy link

vercel bot commented Mar 29, 2024

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

Name Status Preview Updated (UTC)
daitssu-client ✅ Ready (Inspect) Visit Preview Mar 29, 2024 1:33am

@SujinKim1127 SujinKim1127 linked an issue Mar 29, 2024 that may be closed by this pull request
@halfmoon-mind
Copy link
Member

halfmoon-mind commented Apr 1, 2024

서버 죽어서 확인이 안되네욤..
서버 요청 해놓았습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🧠 버그 수정하는 Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 펀시스템 상세정보 api 수정
2 participants