aboutsummaryrefslogtreecommitdiff
path: root/lib/util.js
blob: 08efbfbe022a4189f335adcf5b40d784777eec3d (plain)
1
2
3
module.exports.API_BASE_NAME = 'https://access.active911.com';
module.exports.API_BASE_PATH = '/interface/open_api/api';
module.exports.API_BASE = exports.API_BASE_NAME + exports.API_BASE_PATH;