Skip to content

Commit

Permalink
fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Apr 23, 2024
1 parent 2f041ac commit f2004ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/handlers/user_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func NewUserHandler(
func (h *UserHandler) RegisterRoutes(router fiber.Router) {
router.Get("/users/me", h.Show)
router.Put("/users/me", h.Update)
router.Delete("/users/:userID/api-keys", h.DeleteApiKey)
router.Delete("/users/:userID/api-keys", h.DeleteAPIKey)
router.Put("/users/:userID/notifications", h.UpdateNotifications)
router.Get("/users/subscription-update-url", h.subscriptionUpdateURL)
router.Delete("/users/subscription", h.cancelSubscription)
Expand Down

0 comments on commit f2004ed

Please sign in to comment.