remove personal ip settings

This commit is contained in:
Austin 2021-11-16 01:26:46 +08:00
parent a36739f119
commit 79556c5fc6

View File

@ -1,6 +1,6 @@
import axios from "axios";
const baseURL = "http://66.228.52.222:8080"//process.env.NODE_ENV === "development" ? "http://localhost:8080" : ""
const baseURL = process.env.NODE_ENV === "development" ? "http://localhost:8080" : ""
export function ping(cb) {
return axios.get(baseURL + '/api/ping').then(response => {