Browse Source

Fixed crate download endpoint

master
Hirevo 4 years ago
parent
commit
90df25daf2
No known key found for this signature in database GPG Key ID: 9E112D80F700A2AA
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.json

+ 1
- 1
config.json View File

@@ -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"]
}

Loading…
Cancel
Save