mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix api ip
This commit is contained in:
parent
58fdfdf171
commit
f1fd5d0f17
|
@ -1,7 +1,7 @@
|
|||
import axios from "axios";
|
||||
|
||||
let baseURL = process.env.NODE_ENV === "development" ? "http://localhost:8080" : ""
|
||||
baseURL = "http://localhost:8080"
|
||||
baseURL = "http://66.228.52.222:8080"
|
||||
export function ping(cb) {
|
||||
return axios.get(baseURL + '/api/ping').then(response => {
|
||||
cb(response.data)
|
||||
|
|
Loading…
Reference in New Issue
Block a user