res = {
'id?' : id,
'ResultimgURL' : rimgURL,
'imgURL' : imgURL,
'answer_text' : answer,
'num?' : num
}
res = make_response(json.dumps(res, ensure_ascii=False))
# header Options
res.headers['Content-Type'] = 'application/json; charset=utf-8'
return res;
-
Notifications
You must be signed in to change notification settings - Fork 2
DotBlossom/flask-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published