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 @@
|
||||
{
|
||||
"ok": true,
|
||||
"userId": "user-frontend-001"
|
||||
"success": true,
|
||||
"body": {
|
||||
"ok": true,
|
||||
"userId": "user-frontend-001"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user