Skip to content

Commit

Permalink
fix gateway message
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiking committed Dec 2, 2023
1 parent fc3d6af commit 8bf2382
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ async function run_gateway() {
if (data.includes("compiled successfully")) {
loading.finish("Gateway started successfully!");
log.log(`
┌─────────────────────────────────────────────────────────────┐
│ Local Gateway Successfully Running │
│ │
│ ➜ Gateway: \u001b[32mhttp://127.0.0.1:5050\u001b[0m │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ Local Gateway Successfully Running │
│ │
│ ➜ Gateway: \u001b[32mhttp://localhost:4444\u001b[0m │
└─────────────────────────────────────────────────────────────┘
`);


Expand Down

0 comments on commit 8bf2382

Please sign in to comment.