1 2//! Sets the localhost plugin base URL (once, at startup). 3 4pub fn Fn(Url:String) { let _ = super::URL.set(Url); }