~starkingdoms/starkingdoms

0d29633076f76a7b88cb3d5943c04645052d0d08 — core 2 years ago 7f2c80e
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");