mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
修复diff apipath
This commit is contained in:
parent
e728faf519
commit
164126ddc7
|
@ -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);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user