dashboard/src/services/api/config.ts

5 lines
82 B
TypeScript

export const api = {
// @ts-ignore
hostname: window.env.REACT_APP_API_URL,
};