Remove API_URL fallback from API_BASE

This commit is contained in:
Charmunk 2025-11-02 16:41:09 -05:00 committed by GitHub
parent 79bf9702b0
commit 5829ccc6f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
export const API_BASE = process.env.API_URL || 'https://t0080w08wcockgs44ws8w880.b.selfhosted.hackclub.com/api/v1'; export const API_BASE = 'https://t0080w08wcockgs44ws8w880.b.selfhosted.hackclub.com/api/v1';
export const ERROR_MESSAGES = { export const ERROR_MESSAGES = {
NETWORK_ERROR: 'Network error. Please try again.', NETWORK_ERROR: 'Network error. Please try again.',