feat: [wip] - Implement html node

This commit is contained in:
sujit
2024-11-20 22:42:04 +05:45
parent 9ffbeb23c6
commit d29addc652
4 changed files with 170 additions and 26 deletions

View File

@@ -105,5 +105,5 @@ func main() {
if dag.Error != nil {
panic(dag.Error)
}
dag.Start(":8080")
dag.Start("0.0.0.0:8080")
}