index.ts 105 B

12345
  1. export const apiURL = process.env.API_URL || "http://localhost:8000/v1/";
  2. export default {
  3. apiURL,
  4. };