Skip to content

Commit

Permalink
Update channelApi.tsx
Browse files Browse the repository at this point in the history
jun673012 authored Nov 26, 2024
1 parent 0cfd710 commit 0ef0d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/channelApi.tsx
Original file line number Diff line number Diff line change
@@ -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 () => {

0 comments on commit 0ef0d28

Please sign in to comment.