Skip to content

Commit

Permalink
please.. :(D
Browse files Browse the repository at this point in the history
  • Loading branch information
jekku123 committed Mar 16, 2024
1 parent 1ba60cf commit c9f1760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/redux/api/apiSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { RootState } from '../store';
const baseUrl = import.meta.env.VITE_SERVER_URL as string;

const baseQuery = fetchBaseQuery({
baseUrl: `http://13.48.129.24:4000/api`,
// baseUrl: `${baseUrl}/api`,
// baseUrl: `http://13.48.129.24:4000/api`,
baseUrl: `${baseUrl}/api`,
credentials: 'include',
prepareHeaders: (headers, api) => {
const token = (api.getState() as RootState).auth.token;
Expand Down

0 comments on commit c9f1760

Please sign in to comment.