diff --git a/server.js b/server.js index 4208c3a..8074a0c 100644 --- a/server.js +++ b/server.js @@ -90,6 +90,7 @@ server.listen(process.env.PORT || port); console.log('listening on 8080'); function sendIndex(res) { + let decks = ["the_Unholy_Priest_update_2", "NZoths_Invasion_1.1"]; const html = ` @@ -97,7 +98,7 @@ function sendIndex(res) { `;