diff --git a/frontend/src/features/user/userActions.js b/frontend/src/features/user/userActions.js index 7a4e537..a1795fd 100644 --- a/frontend/src/features/user/userActions.js +++ b/frontend/src/features/user/userActions.js @@ -4,6 +4,8 @@ import getBackendURL from '../../utils/getBackendURL' const backendURL = getBackendURL() +console.log(backendURL) + export const userLogin = createAsyncThunk( `${backendURL}/user/login`, async ({ email, password }, { rejectWithValue }) => {