Skip to content

Commit

Permalink
fix: socket.js 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kjungw1025 committed Jan 27, 2024
1 parent e231c6a commit fc30cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/page/chatting/roomlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,6 @@ <h5 class="modal-title">채팅방 설정</h5>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sockjs-client/1.1.4/sockjs.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stomp.js/2.3.3/stomp.min.js"></script>
<script src="/js/chatroom/socket.js"></script>
<script src="https://kr1-api-object-storage.nhncloudservice.com/v1/AUTH_34f4838a2b3047f39ac9cb0701558e46/main-storage/chatroom/socket.js"></script>
</body>
</html>

0 comments on commit fc30cf1

Please sign in to comment.