Merge pull request #3181 from alequilesl/patch-1

Doc: balance brakets
pull/3172/head^2
Juan Calderon-Perez 2024-10-25 23:53:52 -04:00 committed by GitHub
commit 454c166689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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