Skip to content

Commit

Permalink
fix: 상수이름 변경 #152
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Aug 7, 2024
1 parent 9f90173 commit dc020eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/constants/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const MOCK_API_URL = {
moveNextRound: `${BASE_URL}/api/balances/rooms/:roomId/contents`,
finalResult: `${BASE_URL}/api/balances/rooms/:roomId/final`,
room: `${BASE_URL}/api/balances/rooms`,
roomMembers: `${BASE_URL}/api/balances/rooms/:roomId`,
enterRoom: `${BASE_URL}/api/balances/rooms/:roomId/members`,
getRoomInfo: `${BASE_URL}/api/balances/rooms/:roomId`,
startGame: `${BASE_URL}/api/balances/rooms/:roomId/start`,
roundVoteIsFinished: `${BASE_URL}/api/balances/rooms/:roomId/contents/:contentId/vote-finished`,
};
File renamed without changes.

0 comments on commit dc020eb

Please sign in to comment.