Updated questions
This commit is contained in:
@@ -7,7 +7,7 @@ const app = express();
|
||||
const server = require('http').createServer(app);
|
||||
const {Server} = require("socket.io");
|
||||
const io = new Server(server);
|
||||
let cards = JSON.parse(fs.readFileSync(__dirname + '/../data/fragen_10_06_21_final_new_format.json'));
|
||||
let cards = JSON.parse(fs.readFileSync(__dirname + '/../data/fragen_12_07_21_new_format.json'));
|
||||
|
||||
let game = {};
|
||||
|
||||
|
Reference in New Issue
Block a user