Skip to content

Commit 6588c93

Browse files
committed
Remove incorrect api credentials
1 parent abfc6f5 commit 6588c93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const MulticraftAPI = require('multicraft-api-node');
33

44
const api = new MulticraftAPI({
55
url: "https://localhost/api.php",
6-
user: "admin",
7-
key: "5kd9HaPid@mWqK"
6+
user: "username",
7+
key: "apiKey"
88
});
99

1010
async function examples() {

0 commit comments

Comments
 (0)