plugin system

This commit is contained in:
2025-08-24 17:46:15 +02:00
parent 5fdab97f7f
commit d1c59265d7
132 changed files with 4246 additions and 2007 deletions

View File

@@ -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',