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
change the events api from app.on_event("before_GET_users") to app.on_before_get("users"). Currently I'm overloading the on_event method but i should just make my own system.
The text was updated successfully, but these errors were encountered:
change the events api from
app.on_event("before_GET_users")
toapp.on_before_get("users")
. Currently I'm overloading the on_event method but i should just make my own system.The text was updated successfully, but these errors were encountered: