Commit c9d7d691 authored by Matěj Lang's avatar Matěj Lang
Browse files

Set dataset web address.

parent 60e74bd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import axios from 'axios'

const URL = 'http://localhost:3000'
const URL = 'https://antarstick.herokuapp.com'
const BASE_URL = URL

const apiClient = axios.create({