Skip to content

Commit

Permalink
[FIX] ws url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjy4974 committed Jan 10, 2024
1 parent b0f0685 commit 11025a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ChatView.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { onMounted, onUnmounted, ref, nextTick } from 'vue'
import { StatisticCountdown, message } from 'ant-design-vue'
const VITE_AUCTION_WS_URL = ref<string>(import.meta.env.VITE_AUCTION_WS_URL)
const VITE_AUCTION_WS_URL: string = import.meta.env.VITE_AUCTION_WS_URL
// 더미데이터
interface userInfo {
Expand Down

0 comments on commit 11025a3

Please sign in to comment.