We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554a5bd commit 1b48ff8Copy full SHA for 1b48ff8
launcher/cli/start.go
@@ -128,13 +128,12 @@ func printWelcomeMessage() {
128
message := strings.TrimLeft(`
129
Your instance should be ready in a few seconds, here some relevant links:
130
131
- Dashboard: http://localhost%s
132
- GraphiQL: http://localhost%s/graphiql
133
- Eosq: http://localhost%s
+ Dashboard: http://localhost%s
+ GraphiQL: http://localhost%s/graphiql
+ Eosq: http://localhost%s
134
`, "\n")
135
136
- userLog.Printf(message, DashboardHTTPListenAddr, DgraphqlHTTPServingAddr, EosqHTTPServingAddr)
137
-
+ userLog.Printf(message, DashboardHTTPListenAddr, DashboardHTTPListenAddr, EosqHTTPServingAddr)
138
}
139
140
func parseAppsFromArgs(args []string, runProducer bool) (apps []string) {
0 commit comments