I know that I can do:

router.get("/", serveStaticFile("public/index.html"));

but I want to understand how to use "&" (ampersand) with static pages. Like router.get("/", &index);