mirror of
https://github.com/vndangkhoa/purestream.git
synced 2026-04-05 01:17:58 +07:00
Fix mobile connectivity and finalize deployment
This commit is contained in:
parent
1f9f34fe5c
commit
2d622c259f
1 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
export const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8002/api';
|
||||
export const API_BASE_URL = import.meta.env.PROD
|
||||
? '/api'
|
||||
: (import.meta.env.VITE_API_URL || 'http://localhost:8002/api');
|
||||
|
|
|
|||
Loading…
Reference in a new issue