Skip to content

Commit

Permalink
Merge pull request #18 from golemfactory/reputation/fixes
Browse files Browse the repository at this point in the history
fix: update reputation url
  • Loading branch information
cryptobench authored Oct 22, 2024
2 parents 1655ce0 + 7766731 commit ef0fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tesseract-ocr-on-golem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class TesseractOcrOnGolem {
);

const response: Response = await fetch(
`https://reputation.dev-test.golem.network/v1/provider-whitelist?paymentNetwork=${paymentNetwork}`,
`https://reputation.golem.network/v1/provider-whitelist?paymentNetwork=${paymentNetwork}`,
{
headers: {
Accept: "application/json",
Expand Down

0 comments on commit ef0fbee

Please sign in to comment.