frontend/src/http-common/index.js

6 lines
91 B
JavaScript

import axios from 'axios'
export const HTTP = axios.create({
baseURL: window.API_URL,
})