zaccl
Version:
The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.
9 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Suffix for Harvard apigee hostnames
* @author Gabe Abrams
*/
const HARVARD_APIGEE_HOSTNAME_SUFFIX = 'apis.huit.harvard.edu';
exports.default = HARVARD_APIGEE_HOSTNAME_SUFFIX;
//# sourceMappingURL=HARVARD_APIGEE_HOSTNAME_SUFFIX.js.map