This commit is contained in:
shoopea
2026-08-30 18:30:39 +02:00
parent 874819a9e9
commit 2c929b60fb
+1 -1
View File
@@ -6,7 +6,7 @@ const fs = require("fs");
const rcon = require("../modules/rcon"); const rcon = require("../modules/rcon");
const is_authenticated = require("../modules/middleware"); const is_authenticated = require("../modules/middleware");
const ALLOWED_STEAM_IDS = ["76561198154367261"]; const ALLOWED_STEAM_IDS = ["76561198154367261", "76561197961479025"];
router.post("/api/setup-game", is_authenticated, async (req, res) => { router.post("/api/setup-game", is_authenticated, async (req, res) => {
try { try {