ok
This commit is contained in:
parent
06f6a3287d
commit
f6e35fd043
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const getRandomUser = (self, count=0) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const main = async () => {
|
const main = async () => {
|
||||||
const client = new Client('http://localhost:3000', {
|
const client = new Client('https://b.hippoz.xyz', {
|
||||||
throwErrors: true
|
throwErrors: true
|
||||||
});
|
});
|
||||||
await client.setToken(TOKEN);
|
await client.setToken(TOKEN);
|
||||||
|
|
Reference in a new issue