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:
No files matched your search
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user