Change the endpoint URL in the JS SDK
This commit is contained in:
parent
83b2a96490
commit
3431e7fe03
@ -1,7 +1,7 @@
|
||||
import { RestfulMCAPIError } from "@/types/error";
|
||||
import { HttpMethod } from "@/types/http-method";
|
||||
|
||||
const API_ENDPOINT = "https://mc.rainnny.club"; // The API endpoint to use
|
||||
const API_ENDPOINT = "https://api.restfulmc.cc"; // The API endpoint to use
|
||||
|
||||
/**
|
||||
* Make a web request to the API.
|
||||
|
Loading…
Reference in New Issue
Block a user