Change the endpoint URL in the JS SDK

This commit is contained in:
Braydon 2024-04-16 19:53:08 -04:00
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.