Skip to main content
✏️ Code CompletionND Node.js Easy+10 XP

Express Route

Complete the GET route definition.

✏️ Fill in the blank
app.___("api/users", (req, res) => {
  res.json(users);
});

✏️ Type the missing code: