Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
navid.shariaty committed Jun 25, 2023
1 parent 7de4022 commit efb67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/http/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (server *Server) services(c *gin.Context) {
Message string `json:"message"`
Services []models.Service `json:"services,omitempty"`
}{
Message: "All services retrieved successfuly.",
Message: "All services retrieved successfully.",
Services: server.querier.GetServices(),
})
}

0 comments on commit efb67b6

Please sign in to comment.