v0.9.2 web and wasm changes for deployment
This commit is contained in:
@ -30,8 +30,8 @@ func runClient() (restart bool) {
|
||||
}()
|
||||
|
||||
s := &session.Session{
|
||||
APIBaseURL: "http://localhost:8080",
|
||||
Client: api.New("http://localhost:8080"),
|
||||
APIBaseURL: defaultAPIBase,
|
||||
Client: api.New(defaultAPIBase),
|
||||
Verbose: false,
|
||||
}
|
||||
|
||||
@ -132,4 +132,5 @@ func buildPrompt(s *session.Session) string {
|
||||
}
|
||||
|
||||
return display.Prompt(b.String())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user