UNPKG

we-insights-react

Version:

[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficien

10 lines (7 loc) 256 B
import Axios from 'axios' const BASE_URL = 'https://api.to-be-determined.io/' //TODO: update baseURL when available const API_VERSION = 'v1' const WeInsightsAPI = Axios.create({ baseURL: BASE_URL + API_VERSION, }) export default WeInsightsAPI