Skip to content

Commit

Permalink
chore: update edit api
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Dec 30, 2024
1 parent 0b423a6 commit a24b743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/playground/components/image-edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {

const result: any = await fetchChunkedData({
data: params,
url: `http://192.168.50.174:40935/v1/images/edits?t=${Date.now()}`,
// url: EDIT_IMAGE_API,
// url: `http://192.168.50.174:40935/v1/images/edits?t=${Date.now()}`,
url: `${EDIT_IMAGE_API}?t=${Date.now()}`,
signal: requestToken.current.signal
});

Expand Down

0 comments on commit a24b743

Please sign in to comment.