penambahan docker dan lain lain untuk penyesuaian docker
This commit is contained in:
No files matched your search
@@ -189,7 +189,9 @@ 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.123.140:8089/api/v1/permission?${params.toString()}`;
|
||||
const config = useRuntimeConfig();
|
||||
const apiBase = config.public.verificationApiBaseUrl || 'http://10.10.123.140:8089/api/v1';
|
||||
const backendUrl = `${apiBase}/permission?${params.toString()}`;
|
||||
|
||||
try {
|
||||
console.log(`📡 Fetching permissions from: ${backendUrl}`);
|
||||
|
||||
Reference in New Issue
Block a user