Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelebarre committed Oct 24, 2024
1 parent 92934a3 commit 580bafc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const api = axios.create({
});

// Debugging the axios instance baseURL
console.log("apiURL: ", apiURL);
console.log("apiPort: ", apiPort);
console.log("Axios baseURL: ", api.defaults.baseURL);

// Fetch list of file names (tutorials) from the backend
Expand Down

0 comments on commit 580bafc

Please sign in to comment.