Skip to content

Commit

Permalink
♻️ Refactor : 채팅 URL 수정
Browse files Browse the repository at this point in the history
♻️ Refactor : 채팅 URL 수정
  • Loading branch information
eunjju2 authored Jan 17, 2025
2 parents b09cab3 + 72925c5 commit 7becec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const BASE_URL = import.meta.env.VITE_APP_SERVER_URL;

export const WS_URL = `${BASE_URL}/ws`;
export const WS_URL = `${BASE_URL}/wss`;

export const ERROR_MESSAGE = {
nickname: '닉네임은 공백없이 2~10자 이내로 입력해주세요.',
Expand Down

0 comments on commit 7becec3

Please sign in to comment.