This commit is contained in:
2026-05-08 22:35:18 +02:00
parent 3ca2fea861
commit 520d3924af
10699 changed files with 2956416 additions and 670 deletions

View File

@@ -0,0 +1,16 @@
cd "$PSScriptRoot"
$tok = (Get-Content .\backend_token.txt -Raw).Trim()
$headers = @{
"X-API-Token" = $tok
"X-Device-Id" = "pc-winterthur"
}
$r = Invoke-WebRequest `
-UseBasicParsing `
-Headers $headers `
-TimeoutSec 30 `
"http://127.0.0.1:8000/api/project/status"
$r.Content