Skip to content

Commit

Permalink
๐Ÿ”ง WV-35 fix : build error ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
hayoung78 committed Jan 10, 2025
1 parent 7523da6 commit c61b691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/player/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BASE_URL = process.env.NEXT_PUBLIC_API_KEY;

// player - ์ฝ”์น˜ ๋ฆฌ์ŠคํŠธ
export const getCoachList = async (): Promise<CoachInfo[]> => {
const url = `${BASE_URL}/player/coachlist`;
const url = `${BASE_URL}/player/coach`;
const res = await fetch(url, { method: "GET" });

if (!res.ok) {
Expand Down

0 comments on commit c61b691

Please sign in to comment.