From 3431e7fe038df7a80908ec99d1fb7ab3caf16a8a Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Tue, 16 Apr 2024 19:53:08 -0400 Subject: [PATCH] Change the endpoint URL in the JS SDK --- JS-SDK/src/lib/web-request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JS-SDK/src/lib/web-request.ts b/JS-SDK/src/lib/web-request.ts index af4a7c6..9ce341b 100644 --- a/JS-SDK/src/lib/web-request.ts +++ b/JS-SDK/src/lib/web-request.ts @@ -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.