Update webview address binding to allow external access
This commit is contained in:
		@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user