Change endpoint name

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-05 17:41:47 +04:00
parent 91e7659428
commit 85fb899220

View File

@@ -53,7 +53,7 @@ func NewMux(
r.Get("/consents/{visitorID}", h.handleGetConsent)
r.Post("/consents", h.handlePostConsent)
r.Post("/detected-cookies", h.handleReportDetectedCookies)
r.Post("/detected-trackers", h.handleReportDetectedTrackers)
r.Post("/report", h.handleReportDetectedTrackers)
})
return r