mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
updated cron tasks: fixed task run duplication issue
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
const baseUrl = 'http://localhost:5000/api'
|
||||
const baseUrl = 'http://localhost:8000/api'
|
||||
// const baseUrl = 'http://139.129.230.98:8000/api'
|
||||
|
||||
const request = (method, path, params, data) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user