mirror of https://github.com/gofiber/fiber.git
parent
ed95fa8c7e
commit
2eaeb0f3f7
|
@ -150,6 +150,9 @@ app.Hooks().OnListen(func(listenData fiber.ListenData) error {
|
|||
app.Listen(":5000")
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## OnFork
|
||||
|
||||
OnFork is a hook to execute user functions on Fork.
|
||||
|
|
Loading…
Reference in New Issue