Primakov Alexandr Alexandrovich cde28b1dd8
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit
Refactor API response structure to include success status and body for all endpoints, ensuring consistent response format across the application.
2025-11-04 11:18:13 +03:00

8 lines
113 B
JSON

{
"success": true,
"body": {
"queueId": "queue-frontend-003",
"submissionId": "submission-003"
}
}