From 915ee88e801471c2ab7a6799856b38f41a603c7c Mon Sep 17 00:00:00 2001 From: Irvan Fauziansyah Date: Thu, 15 Jan 2026 14:10:27 +0700 Subject: [PATCH] docs: update startup message to mention WebUI - Changed "Server running at" to "Server and WebUI running at" - Clarifies that the web interface is available at the same port --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index b439884..ce740b5 100644 --- a/src/index.js +++ b/src/index.js @@ -71,7 +71,7 @@ app.listen(PORT, () => { ║ Antigravity Claude Proxy Server ║ ╠══════════════════════════════════════════════════════════════╣ ║ ║ -${border} ${align(`Server running at: http://localhost:${PORT}`)}${border} +${border} ${align(`Server and WebUI running at: http://localhost:${PORT}`)}${border} ${statusSection}║ ║ ${controlSection} ║ ║