You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now we have in code two ways to declare endpoints, one way is in the app.py file, another is declaring endpoints inside a function like register function from requests.py
now we have in code two ways to declare endpoints, one way is in the
app.pyfile, another is declaring endpoints inside a function likeregisterfunction fromrequests.pyThere is another way, using
MethodView, but it is not used at all.Let's discuss what style we select.