ppurio
Version:
뿌리오 비공식 메세지 전송 API 라이브러리
6 lines (5 loc) • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CANCEL_MESSAGE_ENDPOINT = exports.SEND_MESSAGE_ENDPOINT = void 0;
exports.SEND_MESSAGE_ENDPOINT = 'https://message.ppurio.com/api/send_utf8_json.php';
exports.CANCEL_MESSAGE_ENDPOINT = 'https://message.ppurio.com/api/cancel_utf8_json.php';