mirror of
https://github.com/System-End/spaces.git
synced 2026-04-19 16:38:24 +00:00
Remove API_URL fallback from API_BASE
This commit is contained in:
parent
79bf9702b0
commit
5829ccc6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
NETWORK_ERROR: 'Network error. Please try again.',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue