Closed erwinyusrizal closed 6 years ago
OMG...My mistake I forgot it relies on its cache id when build the url :) that's why it keeps returning 404
I'm sorry I have to reopen this, I was spoke too soon before. It works for static but not the flask-restful endpoint, it returns 404, any idea how to fix this?
Thank you
You can use function to return image source, then use this as a field value for flask restful. I think this is proper way to serve images via REST, not embedding in JSON
Yes I got it working now, I forgot I override all the response to json
Glad I could help! Lol.
Hi @mikeboers ,
Any idea to make this extension work with flask-restful?
Cheers,