test ban
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ const fs = require("fs");
|
||||
const rcon = require("../modules/rcon");
|
||||
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) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user