Change line 1848 from POST to GET

This commit is contained in:
2025-12-08 16:23:26 -05:00
parent 2a422371f7
commit 381664570e

View File

@@ -1845,7 +1845,7 @@ function Get-SamyClientListFromServer {
}
$resp = Invoke-RestMethod -Uri $Uri `
-Method Post `
-Method Get `
-Headers $headers `
-ContentType 'application/json' `
-ErrorAction Stop