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
models should not know where they are getting called from and should not provide middleware.
remove req,res,next from models and put them in mw. that way it will be easier to handle the websocket case as well.
The text was updated successfully, but these errors were encountered:
CodeNow/api#1053
models should not know where they are getting called from and should not provide middleware.
remove req,res,next from models and put them in mw. that way it will be easier to handle the websocket case as well.
The text was updated successfully, but these errors were encountered: