Files
play-life/.claude/settings.json
poignatov 64493b9c1f
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s
6.14.0: Еженедельное подтверждение приоритетов
2026-03-12 17:16:57 +03:00

9 lines
295 B
JSON

{
"permissions": {
"allow": [
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:8080/priorities/confirm)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" -X POST http://localhost:8080/priorities/confirm -H \"Content-Type: application/json\" -d '[]')"
]
}
}