mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix cli install (#1720)
This commit is contained in:
@@ -525,7 +525,7 @@ async fn cli_install(
|
||||
let body = Body::wrap_stream(tokio_util::io::ReaderStream::new(file));
|
||||
let res = ctx
|
||||
.client
|
||||
.post(format!("{}/rest/rpc/{}", ctx.base_url, guid,))
|
||||
.post(format!("{}rest/rpc/{}", ctx.base_url, guid,))
|
||||
.header(CONTENT_LENGTH, content_length)
|
||||
.body(body)
|
||||
.send()
|
||||
|
||||
Reference in New Issue
Block a user