I am looking to retrieve the parameters of the paths on my domain, but I'm uncertain about how to serve a static file at the same time.
This is my goal:
app.use('/Game/:room', (req, res) => console.log(req.params.room), express.static('./Client/Game'))