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
A controller is basically java class where I can handle URLs and API Endpoints which as a result
passes on the logic to the service or to the model. A controller is the starting point to your url.