Skip to content

Commit

Permalink
Merge pull request EveryUniv#84 from EveryUniv/dev
Browse files Browse the repository at this point in the history
fix: Object Storage로부터 채팅방 프론트 임시 파일 가져오기 테스트
  • Loading branch information
gutanbug authored Jan 26, 2024
2 parents 4a59841 + ea117cd commit e231c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/page/chatting/chatroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<title>My Spring WebSocket Chatting</title>
<link rel="stylesheet" href="/css/chatroom/main.css"/>
<link rel="stylesheet" href="https://kr1-api-object-storage.nhncloudservice.com/v1/AUTH_34f4838a2b3047f39ac9cb0701558e46/main-storage/chatroom/main.css"/>
<style>
#menu{
width: 310px;
Expand Down Expand Up @@ -99,6 +99,6 @@ <h2>[[${room.roomName}]]</h2>

<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 e231c6a

Please sign in to comment.