Skip to content

Commit 1e00470

Browse files
authored
Update examples.js
HTTPS > HTTP
1 parent ad81aa5 commit 1e00470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const MulticraftAPI = require('multicraft-api-node');
33

44
const api = new MulticraftAPI({
5-
url: "http://localhost/api.php",
5+
url: "https://localhost/api.php",
66
user: "admin",
77
key: "5kd9HaPid@mWqK"
88
});

0 commit comments

Comments
 (0)