Skip to content

Commit

Permalink
tweak: axios credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAroo committed Dec 3, 2023
1 parent f28e3e5 commit 601326e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axios/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { LocalStorage } from "../utils"

const axiosInstance = axios.create({
baseURL: "https://klusterthon2023-production.up.railway.app/api",
// withCredentials: true,
})

axiosInstance.interceptors.request.use(
Expand Down

0 comments on commit 601326e

Please sign in to comment.