DONE: fix error on gold display is not showing on display tv
Build Docker Image / build-backend (push) Successful in 9s
Build Docker Image / build-admin (push) Successful in 5s
Build Docker Image / build-teller (push) Successful in 21s
Build Docker Image / build-customer (push) Successful in 4s

This commit is contained in:
ISMAIL MASSERAN
2026-07-27 09:26:48 +08:00
parent d0f5d4c979
commit 08fe762426
9 changed files with 21 additions and 11 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
export const SERVER_URL =
import.meta.env.VITE_API_URL ?? 'http://localhost:8080';
export const SERVER_URL = import.meta.env.VITE_API_URL || 'http://localhost:8080';
export const GOLD_PRICE_URL =
import.meta.env.VITE_GOLD_PRICE_URL ??
'https://apiujrah.erahn.com.my/api/harga_emas';
export const GOLD_PRICE_URL = import.meta.env.VITE_GOLD_PRICE_URL || 'https://apiujrah.erahn.com.my/api/harga_emas';
export const ROLES = {
ROLE_USER: 'ROLE_USER',