From 164126ddc7b1f99a9735766744e8e17e9428a091 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 20 Jun 2021 22:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddiff=20apipath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/diff/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/diff/index.tsx b/src/pages/diff/index.tsx index 12b06a96..f67ae103 100644 --- a/src/pages/diff/index.tsx +++ b/src/pages/diff/index.tsx @@ -23,7 +23,7 @@ const Crontab = () => { const getSample = () => { setLoading(true); request - .get(`${config.apiPrefix}config/config.sample.sh`) + .get(`${config.apiPrefix}configs/config.sample.sh`) .then((data) => { setSample(data.data); })