Skip to content

Commit 75f11fe

Browse files
committed
1 parent b10819f commit 75f11fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func (c ClientRuntime) Start() error {
184184

185185
req := StartAppRequest{
186186
AppName: c.env.AppName,
187-
AppEndpoint: fmt.Sprintf("http://127.0.0.1:%d", c.env.AppPort),
187+
AppEndpoint: fmt.Sprintf("http://localhost:%d", c.env.AppPort),
188188
Services: services,
189189
Routes: LoadRoutes(c.httpHandler),
190190
}

0 commit comments

Comments
 (0)