Skip to content

Commit

Permalink
Re-layout a bit relevant links and use the proxied URL for GraphiQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Vachon committed Apr 17, 2020
1 parent 554a5bd commit 1b48ff8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions launcher/cli/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,12 @@ func printWelcomeMessage() {
message := strings.TrimLeft(`
Your instance should be ready in a few seconds, here some relevant links:
Dashboard: http://localhost%s
GraphiQL: http://localhost%s/graphiql
Eosq: http://localhost%s
Dashboard: http://localhost%s
GraphiQL: http://localhost%s/graphiql
Eosq: http://localhost%s
`, "\n")

userLog.Printf(message, DashboardHTTPListenAddr, DgraphqlHTTPServingAddr, EosqHTTPServingAddr)

userLog.Printf(message, DashboardHTTPListenAddr, DashboardHTTPListenAddr, EosqHTTPServingAddr)
}

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

0 comments on commit 1b48ff8

Please sign in to comment.