From 1be2f328dae597fde55284c77d3aae03cf0030ad Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 30 Jul 2024 19:57:16 +0000 Subject: [PATCH] Update src/types/mojang/endpoint-status.ts --- src/types/mojang/endpoint-status.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/mojang/endpoint-status.ts b/src/types/mojang/endpoint-status.ts index 212596c..e37f173 100644 --- a/src/types/mojang/endpoint-status.ts +++ b/src/types/mojang/endpoint-status.ts @@ -20,9 +20,9 @@ type EndpointStatus = { name: string; /** - * The hostname of the service. + * The endpoint of the service. */ - hostname: string; + endpoint: string; /** * The status of the service.