Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/srtune/commit/f520c535b6c7cf2f57b6b384bab37a4099a04cf5?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1/head
Ondřej Hruška 6 years ago
parent aacac8ffb7
commit f520c535b6
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -264,7 +264,7 @@ dependencies = [
[[package]]
name = "srtune"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1,6 +1,6 @@
[package]
name = "srtune"
version = "0.2.0"
version = "0.3.0"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"

Loading…
Cancel
Save