We use cookies to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media and analytics partners. Details here.
and this is my code
what is the problem?
The problem is that you cannot return an integer as a Flask response. See the docs here for detail about how Flask interprets the return value from a view.