From 0ef0d285b61cb49d415c726bd51aeebcd1e7417b Mon Sep 17 00:00:00 2001 From: Junhyeok Seo Date: Tue, 26 Nov 2024 17:45:18 +0900 Subject: [PATCH] Update channelApi.tsx --- src/api/channelApi.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/channelApi.tsx b/src/api/channelApi.tsx index 683628e..f53bea8 100644 --- a/src/api/channelApi.tsx +++ b/src/api/channelApi.tsx @@ -1,6 +1,6 @@ import axios from 'axios'; -const BASE_URL = 'https://capserver.link/api/chat-room'; +const BASE_URL = 'https://www.capserver.link/api/chat-room'; axios.defaults.withCredentials = true; export const getChannel = async () => {