Function server_fn::set_server_url
source · pub fn set_server_url(url: &'static str)Expand description
Set the root server url that all server function paths are relative to for the client. On WASM this will default to the origin.
pub fn set_server_url(url: &'static str)Set the root server url that all server function paths are relative to for the client. On WASM this will default to the origin.