From 61813abe45cfe31fef15d7d842c2830d5d84e808 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 16 Apr 2024 00:28:49 +0200 Subject: [PATCH] Update hub URL --- assets/ts/hub_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/ts/hub_api.ts b/assets/ts/hub_api.ts index 3f2ad65..da4bcad 100644 --- a/assets/ts/hub_api.ts +++ b/assets/ts/hub_api.ts @@ -1,5 +1,5 @@ import { ensureOk } from "./util.js"; -const HubApiUrl = "https://central.spacestation14.io/hub/"; +const HubApiUrl = "https://hub.spacestation14.com/"; // const HubApiUrl = "http://localhost:21953/"; export type ServerStatusData = {