update: dependencies

This commit is contained in:
Oarkflow
2024-11-22 16:40:21 +05:45
parent 175d1c3e0e
commit 8f2baf35e6
6 changed files with 267 additions and 42 deletions

View File

@@ -128,5 +128,5 @@ func main() {
if flow.Error != nil {
panic(flow.Error)
}
flow.Start("0.0.0.0:8080")
flow.Start(context.Background(), "0.0.0.0:8082")
}