updated cron tasks: fixed task run duplication issue

This commit is contained in:
Marvin Zhang
2019-03-09 15:35:48 +08:00
parent cc4a0eefc3
commit 189d7da299
7 changed files with 38 additions and 71 deletions

View File

@@ -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) => {