fix: Report url path
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user