diff --git a/config.json b/config.json index 896febb..046d24f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "https://crates.polomack.eu/v1/crates/{crate}/{version}/download", - "api": "https://crates.polomack.eu/", - "allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://crates.polomack.eu/v1/index"] + "dl": "https://crates.polomack.eu/api/v1/{crate}/{version}/download", + "api": "https://crates.polomack.eu", + "allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://github.com/Hirevo/alexandrie-index"] }