Skip to content

Commit

Permalink
Remove incorrect api credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHawkinss committed Oct 22, 2020
1 parent abfc6f5 commit 6588c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const MulticraftAPI = require('multicraft-api-node');

const api = new MulticraftAPI({
url: "https://localhost/api.php",
user: "admin",
key: "5kd9HaPid@mWqK"
user: "username",
key: "apiKey"
});

async function examples() {
Expand Down

0 comments on commit 6588c93

Please sign in to comment.