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
middleware - the function that is put in to endpoints. between recieving a request and sending a response we have middleware. contains a function to look for a public folder
endpoints - any function that sees an API request.