Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Dec 26, 2024
1 parent 3780c24 commit 3ca84d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fl_url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl FlUrl {

self.url.get_path_and_query()
} else {
self.url.to_string()
self.url.to_string()[11..].to_string()
};

let mut body = body.unwrap_or_default();
Expand Down

0 comments on commit 3ca84d8

Please sign in to comment.