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.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/web/js/api.js b/cmd/web/js/api.js
index f892a6b..62530ba 100644
--- a/cmd/web/js/api.js
+++ b/cmd/web/js/api.js
@@ -64,6 +64,16 @@ var ApiEndpoints = {
64 return '/changepassword'; 64 return '/changepassword';
65 } 65 }
66 }, 66 },
67 'CONFIRM_EMAIL': {
68 'type': 'POST',
69 'auth': false,
70 'parameters': [
71 {'name': 'token', 'mandatory': true, 'inquery': true},
72 ],
73 'buildUrl': function() {
74 return '/confirmemail';
75 }
76 },
67 'MARKET': { 77 'MARKET': {
68 'type': 'GET', 78 'type': 'GET',
69 'auth': true, 79 'auth': true,