From c8efd15129e83b9ad5547915556ffda67f1a02c4 Mon Sep 17 00:00:00 2001 From: caisin Date: Fri, 13 Jan 2023 16:55:45 +0800 Subject: [PATCH] modify path --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index bc4b89f..68761bb 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "http://crates.caisin.tech/api/v1/crates/{crate}/{version}/download", - "api": "http://crates.caisin.tech", + "dl": "http://47.98.130.133:3389/api/v1/crates", + "api": "http://47.98.130.133:3389", "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] }