Update webview address binding to allow external access
This commit is contained in:
parent
88e8e03706
commit
d2cea3d690
@ -18,7 +18,7 @@ type App struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func serveWebview(db *mysqlite.Db) {
|
func serveWebview(db *mysqlite.Db) {
|
||||||
addr := "localhost:8081"
|
addr := "0.0.0.0:8081"
|
||||||
|
|
||||||
app := &App{
|
app := &App{
|
||||||
db: db,
|
db: db,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user