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
This commit is contained in:
Irvan Fauziansyah
2026-01-15 14:10:27 +07:00
parent 896bf81a36
commit 915ee88e80

View File

@@ -71,7 +71,7 @@ app.listen(PORT, () => {
║ Antigravity Claude Proxy Server ║ ║ 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}║ ║ ${statusSection}║ ║
${controlSection} ${controlSection}
║ ║ ║ ║