Skip to content

Commit

Permalink
Merge pull request #116 from KakaoTech-BootCamp-Team-2/dev
Browse files Browse the repository at this point in the history
배포
  • Loading branch information
Goldchae authored Sep 10, 2024
2 parents e464936 + 9b0b416 commit 0df9bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/fetchMembersList.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fetchMembersList = async () => {
const cookies = document.cookie;
console.log('Sending cookies:', cookies);

const response = await instance.get('api/auth/member/all', {
const response = await instance.get('/api/auth/member/all', {
});
console.log('들어오는 응답',response);
return response;
Expand Down

0 comments on commit 0df9bd4

Please sign in to comment.