Compare commits
3 Commits
0972e6d102
...
a503e814f9
Author | SHA1 | Date | |
---|---|---|---|
a503e814f9 | |||
bfd6a93229 | |||
3431e7fe03 |
@ -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": [
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user