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
app.use('/', (_request, response) => response.status(404).send({ msg: 'Service not found, please, read the documentation https://github.com/marcusmota/uk-crud-users to see the available endpoints' }));