Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
currently the path response is as following:
my frontend needs the response to wrap in 'data' field like this:
{
data: {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"is_active": true,
"is_superuser": false,
"is_verified": false
},
xxx
}
So where I should override the response.
I have tried the search discussions here in this repo, but did get the similar question, sorry if I get the duplicated question asked.
Beta Was this translation helpful? Give feedback.
All reactions