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
Therre's a lot going on that could be separated out into separate controller files.
Your controller files could have a post and a get method in them - for example you don't need a separate 'add-user' route - this could be the post route for 'sign-up'
The text was updated successfully, but these errors were encountered:
Therre's a lot going on that could be separated out into separate controller files.
Your controller files could have a
post
and aget
method in them - for example you don't need a separate 'add-user' route - this could be the post route for 'sign-up'The text was updated successfully, but these errors were encountered: