mirror of
https://github.com/oarkflow/mq.git
synced 2025-11-03 05:23:19 +08:00
update: add RemoveNode
This commit is contained in:
@@ -183,7 +183,7 @@ func main() {
|
||||
panic(flow.Error)
|
||||
}
|
||||
app := fiber.New()
|
||||
flowApp := app.Group("/test")
|
||||
flow.Handlers(flowApp, "/test")
|
||||
flowApp := app.Group("/")
|
||||
flow.Handlers(flowApp, "/")
|
||||
app.Listen(":8082")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user