const baseUrl = '/api/v1/cardex'; export const CARDEX_API_ROUTES = { cardex: () => `${baseUrl}`, };