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); })