We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a81d48 commit d939267Copy full SHA for d939267
src/http.rs
@@ -610,11 +610,7 @@ pub fn serve_ui(
610
Ok(())
611
}
612
613
-pub fn handle_ui_asset_request(
614
- our: &Address,
615
- directory: &str,
616
- path: &str,
617
-) -> anyhow::Result<()> {
+pub fn handle_ui_asset_request(our: &Address, directory: &str, path: &str) -> anyhow::Result<()> {
618
let parts: Vec<&str> = path.split(&our.process.to_string()).collect();
619
let after_process = parts.get(1).unwrap_or(&"");
620
0 commit comments