Url decode the path

This commit is contained in:
Keivan-sf
2025-06-25 02:01:29 +03:30
parent 0308e55478
commit 5296b6a413
3 changed files with 14 additions and 2 deletions

View File

@@ -11,3 +11,4 @@ querystring = "1.1.0"
regex = "1.9.6"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
urlencoding = "2"