feat: Implement the core Anjungan queue display system, including clinic room, entry, and counter queues, along with new stores, pages, and API endpoints.

This commit is contained in:
Fanrouver
2026-02-18 12:00:30 +07:00
parent f78bbea4b0
commit 7d07a4f00d
18 changed files with 38 additions and 38 deletions

No files matched your search

+2 -2
View File
@@ -485,7 +485,7 @@ const apiQuota = ref(null);
const fetchQuotaFromAPI = async () => {
try {
const response = await fetch(
"http://10.10.150.131:8089/api/v1/klinik/loket",
"http://10.10.123.140:8089/api/v1/klinik/loket",
);
const data = await response.json();
@@ -1194,7 +1194,7 @@ const buatAntreanKlinikRuang = async (klinikRuang, ruang) => {
console.log("📤 Sending visit ticket to API:", visitTicketBody);
const visitResponse = await fetch(
"http://10.10.150.100:8084/api/v1/visit/ticket/klinik",
"http://10.10.123.135:8084/api/v1/visit/ticket/klinik",
{
method: "POST",
headers: {