Skip to content

Commit

Permalink
fix Ar2Qa registration URL (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrahner authored Jul 31, 2024
1 parent 5987766 commit 70b870d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Ar2QualityAssuranceEnvironment : Environment
private const string API_PREFIX = "/api/v1.0";

private const string REGISTRATION_SERVICE_URL =
"https://endpoint-service.qa.agrirouter.farm/";
"https://endpoint-service.qa.agrirouter.farm";

private const string AUTHORIZATION_SERVICE_URL = "https://app.qa.agrirouter.farm";

Expand Down Expand Up @@ -53,4 +53,4 @@ public override string PublicKey()
return PUBLIC_KEY;
}
}
}
}

0 comments on commit 70b870d

Please sign in to comment.