Small UX fixes, clean up after smoke test
This commit is contained in:
@@ -75,4 +75,7 @@ Write-Host "`n7) Results phase"
|
||||
Invoke-Json -Method POST -Path "/api/admin/phase" -Headers @{ "X-Admin-Key" = $AdminKey } -Body @{ phase = "Results" } | Out-Host
|
||||
Invoke-Json -Method GET -Path "/api/results" | Out-Host
|
||||
|
||||
Write-Host "`n8) Admin factory reset (clears players, suggestions, votes)"
|
||||
Invoke-Json -Method POST -Path "/api/admin/factory-reset" -Headers @{ "X-Admin-Key" = $AdminKey } | Out-Host
|
||||
|
||||
Write-Host "`nSmoke test completed."
|
||||
|
||||
Reference in New Issue
Block a user