Update name of /list to /listall so /list can be used to grab other info en future.
This commit is contained in:
parent
4f66f3c709
commit
3df16f7027
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user