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