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
@@ -336,7 +336,7 @@ export const useRuangStore = defineStore('ruang', () => {
|
||||
const allClinics = clinicStore.clinics;
|
||||
|
||||
// 2. Fetch room data from new API
|
||||
const response = await fetch('http://10.10.150.131:8089/api/v1/loket/ruang');
|
||||
const response = await fetch('http://10.10.123.140:8089/api/v1/loket/ruang');
|
||||
if (!response.ok) {
|
||||
throw new Error(`HTTP error! status: ${response.status}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user