balance brakets

pull/3181/head
alequilesl 2024-10-25 22:28:07 -04:00 committed by GitHub
parent e3232c1505
commit 3367ecfa5b
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>