fix: using 0.0.0.0

This commit is contained in:
2025-06-01 16:55:32 +01:00
parent 3bceadd724
commit 2cfc12b660

View File

@ -255,7 +255,7 @@ func (m model) View() string {
} }
const ( const (
host = "localhost" host = "0.0.0.0"
port = "23234" port = "23234"
) )