export const BASE_URL = 'https://api.kite.ly/v5/'; export const CREATE_STRIPE_CUSTOMER = BASE_URL + 'create_stripe_customer/'; export const CREATE_STRIPE_PAYMENT_INTENT = BASE_URL + 'create_stripe_payment_intent/';