Skip to content

Commit

Permalink
HOTFIX!: url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Feb 18, 2024
1 parent bb2bd37 commit f576705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/chatRoomInfo/ChatRoomInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ChatRoomInfo = ({ roomName }: listDataProps) => {

const fetchRoomInfo = async () => {
try {
const response = await fetch(`http://localhost:8002/chatroom-service/rooms/${chatroom_id}/roominformation`, {
const response = await fetch(`http://localhost:8002/chatroom-service/rooms/${chatroom_id}/roomInformation`, {
method: 'GET',
});
const data = await response.json();
Expand Down

0 comments on commit f576705

Please sign in to comment.