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.