Refactor API response structure to include success status and body for all endpoints, ensuring consistent response format across the application.
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"queueId": "queue-frontend-003",
|
||||
"submissionId": "submission-003"
|
||||
"success": true,
|
||||
"body": {
|
||||
"queueId": "queue-frontend-003",
|
||||
"submissionId": "submission-003"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user