i hate my lfie

This commit is contained in:
Charmunk 2025-11-02 16:30:01 -05:00 committed by GitHub
parent 504d972375
commit 9dd6170eff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
export const API_BASE = import.process.env.API_URL || 'http://localhost:3000/api/v1';
export const API_BASE = process.env.API_URL || 'http://localhost:3000/api/v1';
export const ERROR_MESSAGES = {
NETWORK_ERROR: 'Network error. Please try again.',