Skip to content

Commit

Permalink
attempt #8: enable withCredentials in apiRequests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent 54987e0 commit e126bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/api/apiRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {

const apiClient = axios.create({
baseURL: `${import.meta.env.VITE_API_URL}`, // Replace with your API URL
withCredentials: true,
});

// Get user metadata
Expand Down

0 comments on commit e126bcf

Please sign in to comment.