From a53ebe9c0701d3044ffa5045b3b2e19f9c283f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=87=AF=E6=AC=A3?= Date: Fri, 13 Jan 2023 15:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'config.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index e19e1c4..bc4b89f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "http://127.0.0.1:3000/api/v1/crates/{crate}/{version}/download", - "api": "http://127.0.0.1:3000", + "dl": "http://crates.caisin.tech/api/v1/crates/{crate}/{version}/download", + "api": "http://crates.caisin.tech", "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] }