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