Skip to content

Commit

Permalink
all interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: ygelfand <[email protected]>
  • Loading branch information
ygelfand committed Feb 20, 2024
1 parent cfddc43 commit dc16e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func newProxyCmd(opts *powerwallOptions) *cobra.Command {
if !o.onDemand {
go pwr.PeriodicRefresh(time.Duration(o.refreshInterval) * time.Second)
}
app.Run("localhost:8080")
app.Run(":8080")
},
}
proxyCmd.Flags().BoolVarP(&o.onDemand, "ondemand", "o", false, "disable periodic refresh")
Expand Down

0 comments on commit dc16e3f

Please sign in to comment.