Loading src/services/DatasetService.js +2 −3 Original line number Diff line number Diff line import axios from 'axios' const URL = 'http://localhost' const PORT = 3000 const BASE_URL = URL + ':' + PORT const URL = 'https://antarstick.herokuapp.com' const BASE_URL = URL const apiClient = axios.create({ baseURL: BASE_URL, Loading Loading
src/services/DatasetService.js +2 −3 Original line number Diff line number Diff line import axios from 'axios' const URL = 'http://localhost' const PORT = 3000 const BASE_URL = URL + ':' + PORT const URL = 'https://antarstick.herokuapp.com' const BASE_URL = URL const apiClient = axios.create({ baseURL: BASE_URL, Loading