修复diff apipath

This commit is contained in:
hanhh 2021-06-20 22:28:42 +08:00
parent e728faf519
commit 164126ddc7

View File

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