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
response.send({ message: "Welcome! This API has 2 the /auth and /products resources. Check your assignment briefing on how to use this API. Good luck!" });
});
app.listen(PORT, () => console.log(`Listening on ${PORT}`));