Skip to content

Commit

Permalink
push new var to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 12, 2024
1 parent de43b6a commit 8547c8e
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 @@ -44,7 +44,7 @@ export const ImageToText = async (
labels: JSON.stringify(fieldNames),
});

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

0 comments on commit 8547c8e

Please sign in to comment.