mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-19 00:14:24 +01:00
plugin system
This commit is contained in:
@@ -14,7 +14,7 @@ export async function GET(request: NextRequest) {
|
||||
|
||||
// Make request to backend Zammad chatbots endpoint
|
||||
const baseUrl = process.env.INTERNAL_API_URL || process.env.NEXT_PUBLIC_API_URL
|
||||
const url = `${baseUrl}/api/v1/zammad/chatbots`
|
||||
const url = `${baseUrl}/api/zammad/chatbots`
|
||||
|
||||
const response = await fetch(url, {
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user