My node js file
app.get("/", async(req, res) => { const shortUrls = await ShortUrl.find(); const url = await Sho