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

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-11-04 11:18:13 +03:00
parent 67f29c103a
commit cde28b1dd8
9 changed files with 294 additions and 265 deletions

View File

@@ -1,4 +1,7 @@
{
"ok": true,
"userId": "user-frontend-001"
"success": true,
"body": {
"ok": true,
"userId": "user-frontend-001"
}
}