FlaskWithAndroid
FlaskWithAndroid copied to clipboard
I am trying to connect my app with the API I just developed. However, I am facing communication not supported issue  Kindly let me know what to do
how to get mutli values from flask return to retrofit for example i get lattitude & longitude from flask but msg show 1 value only flask: @app.route('/api/xyz', methods=['POST']) def xyz():...
