From 90df25daf291d402d1ded8c32c23d5e1498c6725 Mon Sep 17 00:00:00 2001 From: Hirevo Date: Thu, 4 Jul 2019 22:03:57 +0200 Subject: [PATCH] Fixed crate download endpoint --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 046d24f..0543e6c 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "https://crates.polomack.eu/api/v1/{crate}/{version}/download", + "dl": "https://crates.polomack.eu/api/v1/crates/{crate}/{version}/download", "api": "https://crates.polomack.eu", "allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://github.com/Hirevo/alexandrie-index"] }