From 842015051ffa1cdb07470a035825f827e95855f5 Mon Sep 17 00:00:00 2001 From: James Quinley Date: Tue, 20 Jun 2023 22:04:08 -0700 Subject: [PATCH] Back to norm --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 15619d5..6d25dc7 100644 --- a/server.js +++ b/server.js @@ -47,9 +47,9 @@ app.get("/lobby/listall/", async (request, response) => { LBIP1: "xxx.xxx.xxx.xxx", LBN2: "DebugLobbyTwo", LBIP2: "xxx.xxx.xxx.xxx", - LBN3: "More because yes", + LBN3: "Ability to post lobbies", LBIP3: "xxx.xxx.xxx.xxx", - LBN4: "It's called sex bro.(DB4$)", + LBN4: "Coming soon! (Just have to figure out the database stuff)", LBIP4: "xxx.xxx.xxx.xxx" }); });