3 Commits

Author SHA1 Message Date
a503e814f9 Merge branch 'master' of https://git.rainnny.club/Rainnny/RESTfulMC
Some checks failed
Publish JS SDK / docker (push) Failing after 20s
2024-04-16 19:53:40 -04:00
bfd6a93229 Version bump 2024-04-16 19:53:28 -04:00
3431e7fe03 Change the endpoint URL in the JS SDK 2024-04-16 19:53:08 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "restfulmc-lib",
"version": "1.1.1",
"version": "1.1.2",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
"keywords": [

View File

@ -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.