Skip to content

Commit

Permalink
fix : 동아리 점수 api 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Jan 21, 2025
1 parent 9de94a8 commit f88f08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export async function getAllScores(
export async function getMyScore(
token: string,
): Promise<AxiosResponse<ScoreDetail, unknown>> {
return await api.get('/club/my/score', {
return await api.get('/central/my/score', {
headers: {
Authorization: 'Bearer ' + token,
},
Expand Down

0 comments on commit f88f08d

Please sign in to comment.