From 5b13eab7820cc9e24aaaf0c533ccada6475bb0dd Mon Sep 17 00:00:00 2001 From: BHyeonKim Date: Wed, 4 Jun 2025 12:37:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20stomp=20endpoint=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 변경된 백엔드 코드에 따른 endpoint 수정 --- src/app/root.tsx | 4 +--- src/shared/api/stompClient.ts | 10 ---------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 src/shared/api/stompClient.ts diff --git a/src/app/root.tsx b/src/app/root.tsx index 6355501..19755ac 100644 --- a/src/app/root.tsx +++ b/src/app/root.tsx @@ -76,9 +76,7 @@ export function Layout({ children }: { children: React.ReactNode }) { export default function App() { return ( - +