Debugging parcel image generation
This commit is contained in:
parent
1e8c7b3512
commit
6fb7fc7825
3 changed files with 9 additions and 2 deletions
|
|
@ -32,6 +32,7 @@ func Router() chi.Router {
|
|||
r.Get("/email/unsubscribe", getEmailUnsubscribe)
|
||||
r.Get("/email/unsubscribe/report/{report_id}", getEmailReportUnsubscribe)
|
||||
r.Get("/image/{uuid}", getImageByUUID)
|
||||
r.Get("/mailer/{public_id}", getMailer)
|
||||
r.Route("/mock", addMockRoutes)
|
||||
r.Post("/register-notifications", postRegisterNotifications)
|
||||
r.Get("/register-notifications-complete", getRegisterNotificationsComplete)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue