Skip to content

Commit f2ede4d

Browse files
Fix URL path for fetching AppAttest assertion challenge
1 parent c3ef21d commit f2ede4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/Subscriptions/Backups/BackupTestFlightEntitlementManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ private extension TSRequest {
524524
action: AppAttestManager.AttestationAction,
525525
) -> TSRequest {
526526
return TSRequest(
527-
url: URL(string: "/v1/devicecheck/attest?action=\(action.rawValue)")!,
527+
url: URL(string: "/v1/devicecheck/assert?action=\(action.rawValue)")!,
528528
method: "GET",
529529
)
530530
}

0 commit comments

Comments
 (0)