Skip to content

Commit

Permalink
recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis authored Aug 27, 2024
1 parent 7e92406 commit f25139e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions health-api/controllers/calculator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func Post(c *gin.Context) {

if err != nil {
log.Error().
Str("Service", "imc").
Str("Service", "recommendations").
Str("Error", err.Error()).
Msg("Error to consume gRPC Service")

Expand All @@ -186,7 +186,7 @@ func Post(c *gin.Context) {
)

c.JSON(http.StatusInternalServerError, gin.H{
"message": "Error to create gRPC Connection with IMC Service",
"message": "Error to create gRPC Connection with Recommendations Service",
"error": err.Error(),
})
}
Expand Down

0 comments on commit f25139e

Please sign in to comment.