Update config.js

This commit is contained in:
Charmunk 2025-12-09 14:35:49 -05:00 committed by GitHub
parent 0f18d2d4be
commit 72e01b6ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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