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:
@@ -187,7 +187,7 @@ export default defineEventHandler(async (event) => {
|
||||
if (primaryGroup) params.append('groups', primaryGroup);
|
||||
|
||||
// Backend API URL - adjust this to match your backend
|
||||
const backendUrl = `http://10.10.150.131:8089/api/v1/permission?${params.toString()}`;
|
||||
const backendUrl = `http://10.10.123.140:8089/api/v1/permission?${params.toString()}`;
|
||||
|
||||
try {
|
||||
console.log(`📡 Fetching permissions from: ${backendUrl}`);
|
||||
|
||||
Reference in New Issue
Block a user