// Serve all files from static/ as is. // For example, a request for '/42/connect4.html' will be served from // 'static/connect4.html' app.use('/:gameid/', express.static('static'))