Update webview address binding to allow external access

This commit is contained in:
Sebastiaan de Schaetzen 2025-06-17 10:49:56 +02:00
parent 88e8e03706
commit d2cea3d690

View File

@ -18,7 +18,7 @@ type App struct {
}
func serveWebview(db *mysqlite.Db) {
addr := "localhost:8081"
addr := "0.0.0.0:8081"
app := &App{
db: db,