We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0e5d5 commit 5be8247Copy full SHA for 5be8247
app/routers/subscription.py
@@ -41,7 +41,7 @@ async def user_subscription_info(
41
user_data, response_headers = await subscription_operator.user_subscription_info(
42
db, token=token, request_url=str(request.url)
43
)
44
- return JSONResponse(content=user_data.model_dump(), headers=response_headers)
+ return JSONResponse(content=user_data.model_dump(mode='json'), headers=response_headers)
45
46
47
@router.get("/{token}/apps", response_model=list[Application])
0 commit comments