fix: Report url path

This commit is contained in:
2026-02-10 19:05:11 +01:00
parent 5d21a8ad9e
commit 9c9fbfeede

View File

@@ -33,7 +33,7 @@ pub fn report_impl(
report_location: ReportLocation, report_location: ReportLocation,
) -> Result<(), SuplError> { ) -> Result<(), SuplError> {
let trimmed = provider.trim_end_matches('/'); let trimmed = provider.trim_end_matches('/');
let url = format!("{}/versioned/v3", trimmed); let url = format!("{}/report", trimmed);
let body = ReportRequest { let body = ReportRequest {
content, content,