javtiful id fix
This commit is contained in:
@@ -653,7 +653,6 @@ pub fn strip_url_scheme(url: &str) -> String {
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn build_proxy_url(options: &ServerOptions, proxy: &str, target: &str) -> String {
|
||||
println!("Building proxy URL with options={:?}, proxy={}, target={}", options, proxy, target);
|
||||
let target = target.trim_start_matches('/');
|
||||
let base = options
|
||||
.public_url_base
|
||||
|
||||
Reference in New Issue
Block a user