Locally testing Extensions

app.get(“*”, (req, res) => { res.send(“Hello World”); });