X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git;a=blobdiff_plain;f=cmd%2Fweb%2Fjs%2Fapi.js;h=63355f061142e5c8e7084bbc30c4e0d60e957733;hp=62530ba8a82b0122016c0ece2ab5cc149fdda5b9;hb=d1c0ccfcb84f1b8778e38b027a333d03e1f4ae9e;hpb=36942af3bf6eec57c4bebd6c373fe58e6323bce4 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 = { return '/market/' + params.name + '/update'; } }, + 'USER_ACCOUNT': { + 'type': 'GET', + 'auth': true, + 'parameters': [], + 'buildUrl': function(params) { + return '/user/account'; + } + }, 'OTP_ENROLL': { 'type': 'GET', 'auth': true,