From 3df16f7027015c5790ab9e41908e3a78b5e9b5d6 Mon Sep 17 00:00:00 2001 From: James Quinley Date: Sun, 18 Jun 2023 22:01:14 -0700 Subject: [PATCH] Update name of /list to /listall so /list can be used to grab other info en future. --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index ea93eda..7a3ace9 100644 --- a/server.js +++ b/server.js @@ -35,7 +35,7 @@ app.get("/", (request, response) => { }); /**GET:USRPASS:SESSION*/ -app.get("/lobby/list/", async (request, response) => { +app.get("/lobby/listall/", async (request, response) => { /** Field LobbyCount notifies the client of the number of indexed lobbies in the response Field LBN[num] breaks down into Lobby Name [Number], this informs the client what the name is of the assosiated lobby