i always forget the fucking api url

This commit is contained in:
Charmunk 2025-11-06 21:16:27 -05:00 committed by GitHub
parent 750174bc6f
commit 023ffae987
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.',