Skip to content

Commit

Permalink
Merge branch 'master' into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Feb 18, 2024
2 parents 3e8b877 + e96c4a7 commit 532e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Private/requests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable require-jsdoc */
const requireFetch = !globalThis.fetch;
const externalFetch = require('node-fetch');
const BASE_URL = 'https://api.hypixel.net';
const BASE_URL = 'https://api.hypixel.net/v2';
const Errors = require('../Errors');
const Cache = require('./defaultCache');
const Client = require('../Client.js');
Expand Down

0 comments on commit 532e231

Please sign in to comment.