From 5ca5926b3d3918ce5732044bed0fe89040edb820 Mon Sep 17 00:00:00 2001 From: ziga Date: Sun, 13 Feb 2022 21:24:00 +0100 Subject: [PATCH] Added getStats API endpoint to example --- example/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example/index.html b/example/index.html index cd25095..7d94815 100644 --- a/example/index.html +++ b/example/index.html @@ -21,6 +21,12 @@

Passky

// console.log(err); // }); + // Passky.getStats(server).then(response => { + // console.log(response); + // }).catch(err => { + // console.log(err); + // }); + // Passky.createAccount(server, username, masterPassword, email).then(response => { // console.log(response); // }).catch(err => {