From 42e6268bdad1bd1a54ee1f4161b4f760b0a6d46b Mon Sep 17 00:00:00 2001 From: Charmunk Date: Thu, 11 Dec 2025 11:16:39 -0500 Subject: [PATCH] i need to stop doing this --- client/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/config.js b/client/src/config.js index bfce848..6157f31 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,4 +1,4 @@ -export const API_BASE = 'http://localhost:2593/api/v1'; +export const API_BASE = 'https://t0080w08wcockgs44ws8w880.b.selfhosted.hackclub.com/api/v1'; export const ERROR_MESSAGES = { NETWORK_ERROR: 'Network error. Please try again.',