DONE: fix error on gold display is not showing on display tv
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
VITE_API_URL=http://localhost:8080
|
||||
VITE_BRANCH_QR_BASE_URL=http://localhost:3000
|
||||
@@ -1,4 +1,5 @@
|
||||
export const SERVER_URL = import.meta.env.VITE_API_URL;
|
||||
export const SERVER_URL =
|
||||
import.meta.env.VITE_API_URL ?? 'http://localhost:8080';
|
||||
|
||||
/** Public base URL encoded into branch QR codes (ManageBranchesScreen only). */
|
||||
export const BRANCH_QR_BASE_URL =
|
||||
|
||||
Reference in New Issue
Block a user