aboutsummaryrefslogtreecommitdiff
path: root/lib/util.js
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-12-14 22:23:28 -0500
committerBen Burwell <ben@benburwell.com>2015-12-14 22:23:28 -0500
commit25ae4e9c132d6e68ddb389808b8f22c8f43b17cd (patch)
treef1647f2fa1df50cb5f06dbe8c23d4aa9deac8132 /lib/util.js
parent05337261ffb4abfb0fbbb9c775ccad0e28645692 (diff)
Begin rewrite for new OAuth API
Diffstat (limited to 'lib/util.js')
-rw-r--r--lib/util.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/util.js b/lib/util.js
deleted file mode 100644
index 08efbfb..0000000
--- a/lib/util.js
+++ /dev/null
@@ -1,3 +0,0 @@
-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;