Skip to content

Commit 1b48ff8

Browse files
author
Matthieu Vachon
committed
Re-layout a bit relevant links and use the proxied URL for GraphiQL
1 parent 554a5bd commit 1b48ff8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

launcher/cli/start.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,12 @@ func printWelcomeMessage() {
128128
message := strings.TrimLeft(`
129129
Your instance should be ready in a few seconds, here some relevant links:
130130
131-
Dashboard: http://localhost%s
132-
GraphiQL: http://localhost%s/graphiql
133-
Eosq: http://localhost%s
131+
Dashboard: http://localhost%s
132+
GraphiQL: http://localhost%s/graphiql
133+
Eosq: http://localhost%s
134134
`, "\n")
135135

136-
userLog.Printf(message, DashboardHTTPListenAddr, DgraphqlHTTPServingAddr, EosqHTTPServingAddr)
137-
136+
userLog.Printf(message, DashboardHTTPListenAddr, DashboardHTTPListenAddr, EosqHTTPServingAddr)
138137
}
139138

140139
func parseAppsFromArgs(args []string, runProducer bool) (apps []string) {

0 commit comments

Comments
 (0)