Skip to content

Commit

Permalink
Added getStats API endpoint to example
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Feb 13, 2022
1 parent 04fdaa8 commit 5ca5926
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ <h1>Passky</h1>
// 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 => {
Expand Down

0 comments on commit 5ca5926

Please sign in to comment.