Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopczuch authored Jun 8, 2024
1 parent 3117a39 commit 8b9a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import curlirize from "axios-curlirize";
const APP_TIMEOUT = 9_000;

export const api = axios.create({
baseURL: "https://localhost:7008/api", //"https://backendinf1337.azurewebsites.net/api/", // config.baseUrl
baseURL: "https://backendinf1337.azurewebsites.net/api/", // config.baseUrl
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit 8b9a557

Please sign in to comment.