Skip to content

Commit

Permalink
add: test console
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abe-dev committed Sep 30, 2024
1 parent a9ff5db commit 7ac8608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/services/api/projectApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ export default () => {

const backendUrl = getBackendUrl();
const downloadUrl = `${backendUrl}${projectDataPath}`;
console.log("downloadUrl", downloadUrl);

const response = await fetch(downloadUrl);
if (!response.ok) {
Expand Down

0 comments on commit 7ac8608

Please sign in to comment.