Skip to content

Commit

Permalink
Merge pull request #115 from codesquad-members-2023/release-fe
Browse files Browse the repository at this point in the history
wss 로 주소 변경
  • Loading branch information
CDBchan authored Nov 2, 2023
2 parents 543738f + 6e6484e commit d6b3762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe/src/constants/Endpoints.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const BASE_URL = "https://controlg.store";
export const BASE_URL_WITH_PORT = "http://controlg.store:8080";
export const WEB_SOCKET_URL = "ws://controlg.store:8080";
export const BASE_URL_WITH_PORT = "https://controlg.store:8080";
export const WEB_SOCKET_URL = "wss://controlg.store";
export const API_ENDPOINTS = {
LOGIN: (queryString) =>
`${BASE_URL}/api/login/oauth/naver?code=${queryString}`,
Expand Down

0 comments on commit d6b3762

Please sign in to comment.