fixup api url
1 files changed, 1 insertions(+), 1 deletions(-) M spacetime_rs/src/commands/docker.rs
M spacetime_rs/src/commands/docker.rs => spacetime_rs/src/commands/docker.rs +1 -1
@@ 24,7 24,7 @@ fn _build(img: &str, channel: &str, root: &PathBuf) -> Result<(), Box<dyn Error> let (a, b) = match channel { "stable" => ("starkingdoms", "tk"), _ => (channel, "starkingdoms.tk") _ => (channel, "starkingdoms.io") }; let index_html_path = root.clone().join("client/").join("index.html");