-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Closed
Description
response = {
"status": "ok",
"message": "Success",
"response": url
}
return jsonify(response)In this getting output like this
{"message": "success", "response": url, "status": "old"}How to solve that getting incorrect output
I need this like
{
"status": "ok",
"message": "Success",
"response": url
}
How to solve
Metadata
Metadata
Assignees
Labels
No labels