Skip to content

Commit

Permalink
add url change (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinkulshi-skylight authored Dec 9, 2024
1 parent cd6e153 commit 6863721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ImageToText = async (
labels: JSON.stringify(fieldNames),
});

const imageToTextURL = `${apiUrl}image_to_text`;
const imageToTextURL = `${apiUrl}image_to_text/`;
try {
const response = await fetch(imageToTextURL, {
method: "POST",
Expand Down

0 comments on commit 6863721

Please sign in to comment.