Skip to content

Commit 6863721

Browse files
add url change (#470)
1 parent cd6e153 commit 6863721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const ImageToText = async (
4545
labels: JSON.stringify(fieldNames),
4646
});
4747

48-
const imageToTextURL = `${apiUrl}image_to_text`;
48+
const imageToTextURL = `${apiUrl}image_to_text/`;
4949
try {
5050
const response = await fetch(imageToTextURL, {
5151
method: "POST",

0 commit comments

Comments
 (0)