Update hooks.md

correct docs syntax error
pull/2511/head
RW 2023-06-19 13:24:41 +02:00 committed by GitHub
parent ed95fa8c7e
commit 2eaeb0f3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.