aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/js/api.js')
-rw-r--r--cmd/web/js/api.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/web/js/api.js b/cmd/web/js/api.js
index 62530ba..63355f0 100644
--- a/cmd/web/js/api.js
+++ b/cmd/web/js/api.js
@@ -116,6 +116,14 @@ var ApiEndpoints = {
116 return '/market/' + params.name + '/update'; 116 return '/market/' + params.name + '/update';
117 } 117 }
118 }, 118 },
119 'USER_ACCOUNT': {
120 'type': 'GET',
121 'auth': true,
122 'parameters': [],
123 'buildUrl': function(params) {
124 return '/user/account';
125 }
126 },
119 'OTP_ENROLL': { 127 'OTP_ENROLL': {
120 'type': 'GET', 128 'type': 'GET',
121 'auth': true, 129 'auth': true,