Skip to content

Commit e51f6d7

Browse files
committed
fix: stomp publish endpoint 수정
1 parent e01ec01 commit e51f6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/order-execution-list/hooks/useExecutionListData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function useExecutionListData(ticker: CoinTicker) {
1212
if (!client || !connected) return;
1313

1414
client.publish({
15-
destination: '/app/subscribe/realTimeTradeRate',
15+
destination: `/app/subscribe/realTimeTradeRate/${ticker}`,
1616
body: JSON.stringify({ ticker }),
1717
});
1818

0 commit comments

Comments
 (0)