beamable-sdk-js-test
Version: 
JavaScript SDK for Beamable
12 lines (11 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.urls = void 0;
const API_URL = 'https://api.beamable.com';
const DEV_API_URL = 'https://dev.api.beamable.com';
const STAGING_API_URL = 'https://staging.api.beamable.com';
exports.urls = {
    development: DEV_API_URL,
    staging: STAGING_API_URL,
    production: API_URL,
};