mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复diff apipath
This commit is contained in:
parent
e728faf519
commit
164126ddc7
|
@ -23,7 +23,7 @@ const Crontab = () => {
|
||||||
const getSample = () => {
|
const getSample = () => {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
request
|
request
|
||||||
.get(`${config.apiPrefix}config/config.sample.sh`)
|
.get(`${config.apiPrefix}configs/config.sample.sh`)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
setSample(data.data);
|
setSample(data.data);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user