fix: Report url path
This commit is contained in:
@@ -33,7 +33,7 @@ pub fn report_impl(
|
||||
report_location: ReportLocation,
|
||||
) -> Result<(), SuplError> {
|
||||
let trimmed = provider.trim_end_matches('/');
|
||||
let url = format!("{}/versioned/v3", trimmed);
|
||||
let url = format!("{}/report", trimmed);
|
||||
|
||||
let body = ReportRequest {
|
||||
content,
|
||||
|
||||
Reference in New Issue
Block a user