Skip to content

Commit

Permalink
use /auditor/ prefix for attestation.app API
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 1, 2024
1 parent d43ffd9 commit 6ca93bf
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 class RemoteVerifyJob extends JobService {
private static final int PERIODIC_JOB_ID = 0;
private static final int FIRST_RUN_JOB_ID = 1;
static final String DOMAIN = "attestation.app";
static final String BASE_URL = "https://" + DOMAIN + "/";
static final String BASE_URL = "https://" + DOMAIN + "/auditor/";
private static final String CHALLENGE_URL = BASE_URL + "challenge";
private static final String VERIFY_URL = BASE_URL + "verify";
private static final int CONNECT_TIMEOUT = 30000;
Expand Down

0 comments on commit 6ca93bf

Please sign in to comment.