UNPKG

@digitregroup/myelefant-client

Version:

MyElefant Client is a library for sending sms via MyElefant api.

8 lines (7 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = void 0; exports.config = { URL_TOKEN: 'https://api.myelefant.com/v1/token', URL_CAMPAIGN: 'https://api.myelefant.com/v1/campaign/sendsms', };