export const SEND_MESSAGE_ENDPOINT =
  'https://message.ppurio.com/api/send_utf8_json.php';

export const CANCEL_MESSAGE_ENDPOINT =
  'https://message.ppurio.com/api/cancel_utf8_json.php';
