Repository URL to install this package:
|
Version:
2.0.21 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.absoluteUrl = process.env.API_URL || 'http://localhost:4000';
console.log('[uxui-graphql] absolute url: ', exports.absoluteUrl);
//# sourceMappingURL=requestConfig.js.map