Update name of /list to /listall so /list can be used to grab other info en future.

This commit is contained in:
James Quinley 2023-06-18 22:01:14 -07:00
parent 4f66f3c709
commit 3df16f7027

View File

@ -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