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) {
 | 
			
		||||
	addr := "localhost:8081"
 | 
			
		||||
	addr := "0.0.0.0:8081"
 | 
			
		||||
 | 
			
		||||
	app := &App{
 | 
			
		||||
		db: db,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user