Small UX fixes, clean up after smoke test

This commit is contained in:
2026-01-28 16:22:12 +01:00
parent 4576157364
commit e49fb04e3a
2 changed files with 5 additions and 0 deletions

View File

@@ -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."