add endpoint to kick players from a game given admin token, game id & client id

This commit is contained in:
evan
2025-05-09 13:00:39 -07:00
parent e2c97d8d51
commit c5152f035f
5 changed files with 89 additions and 1 deletions
+1
View File
@@ -228,6 +228,7 @@ export default async (env, argv) => {
"/api/archive_singleplayer_game",
"/api/auth/callback",
"/api/auth/discord",
"/api/kick_player",
],
target: "http://localhost:3000",
secure: false,