Skip to content

Commit 03b7c03

Browse files
committed
Update API URL
Changed the user instance API URL in both README.md and test/index.js to use a new UUID.
1 parent 7122f33 commit 03b7c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let mc
5454
}
5555

5656
const opt = {
57-
url: "https://luuxcraft.fr/api/user/69414f32-4018-4eca-948b-109c46cd119c/instance",
57+
url: "https://luuxcraft.fr/api/user/48c74227-13d1-48d6-931b-0f12b73da340/instance",
5858
path: './minecraft',
5959
authenticator: mc,
6060
version: '1.8.9',

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let mc
2121
}
2222

2323
const opt = {
24-
url: "https://luuxcraft.fr/api/user/69414f32-4018-4eca-948b-109c46cd119c/instance",
24+
url: "https://luuxcraft.fr/api/user/48c74227-13d1-48d6-931b-0f12b73da340/instance",
2525
path: './minecraft',
2626
authenticator: mc,
2727
version: '1.8.9',

0 commit comments

Comments
 (0)