Skip to content

Commit

Permalink
[Feat] url 변경 #1181
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 21, 2023
1 parent be1cb15 commit edfecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/statChange/StatChangeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function StatChangeModal({ gameId, mode }: Exp) {
const [stat, setStat] = useState<GameResult | undefined>();

const getExpHandler = useAxiosGet({
url: `/pingpong/games/${gameId}/result?mode=${mode}`,
url: `/pingpong/games/${gameId}/pchange/result?mode=${mode}`,
setState: setStat,
err: 'KP03',
type: 'setError',
Expand Down

0 comments on commit edfecbc

Please sign in to comment.