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
@@ -67,7 +67,7 @@ export const useDoctorStore = defineStore('doctor', () => {
|
||||
for (let i = 0; i <= retries; i++) {
|
||||
try {
|
||||
data = await $fetch(
|
||||
`http://10.10.150.131:8089/api/v1/dokter/${idklinik}`,
|
||||
`http://10.10.123.140:8089/api/v1/dokter/${idklinik}`,
|
||||
{ timeout: 5000 }
|
||||
);
|
||||
lastError = null;
|
||||
|
||||
Reference in New Issue
Block a user