Skip to content

Commit

Permalink
Add docs from gofiber/fiber@454c166
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2024
1 parent 14c91e0 commit 5b3be39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/core/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ app.Route("/api").Route("/user/:id?")
// Delete user
return c.JSON(fiber.Map{"message": "User deleted", "id": c.Params("id")})
})
})
```

</details>
Expand Down

0 comments on commit 5b3be39

Please sign in to comment.