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
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
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.py
file, another is declaring endpoints inside a function likeregister
function fromrequests.py
There is another way, using
MethodView
, but it is not used at all.Let's discuss what style we select.
The text was updated successfully, but these errors were encountered: