Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Sep 8, 2023
2 parents 66a84a0 + 8ac10f3 commit 5985aee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public String getName() {
}

public String getUrl(String imageUrl) {
return "https://www.google.com/searchbyimage?sbisrc=is&safe=off&image_url=" + imageUrl;
return "https://www.google.com/searchbyimage?sbisrc=cr_1&safe=off&image_url=" + imageUrl;
}
});

Expand Down

0 comments on commit 5985aee

Please sign in to comment.