Skip to content

Commit

Permalink
log backendurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinwike1 committed Dec 4, 2022
1 parent 7080118 commit 68cc0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/features/user/userActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 68cc0f1

Please sign in to comment.