Skip to content

Commit

Permalink
new return
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Feb 4, 2025
1 parent ea3081f commit 40e1c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func main() {
// }

// return c.Status(http.StatusOK).JSON(fiber.Map{"message": fmt.Sprintf("Token for %s is still valid", email), "activation_link": recipient.Recipients[0].Tokens[0].ActivationURL})
return c.Status(http.StatusOK).JSON(fiber.Map{"message": fmt.Sprintf("Token for %s is still valid", email), "activation_link": "trying to send activation link"})
})

log.Fatal(app.Listen(":8080"))
Expand Down

0 comments on commit 40e1c4e

Please sign in to comment.