diff --git a/backend/src/controllers/endpointController.ts b/backend/src/controllers/endpointController.ts index 9adbfbe..65890f2 100644 --- a/backend/src/controllers/endpointController.ts +++ b/backend/src/controllers/endpointController.ts @@ -291,7 +291,7 @@ export const testEndpoint = async (req: AuthRequest, res: Response) => { }); } - const { scriptExecutor } = require('../services/scriptExecutor'); + const { scriptExecutor } = require('../services/ScriptExecutor'); const scriptResult = await scriptExecutor.execute(script_language, script_code, { databaseId: database_id, scriptQueries: script_queries || [],