From cc3e2661302fae569e3c28c3889bb5d6493c20f5 Mon Sep 17 00:00:00 2001 From: GEgorov Date: Tue, 7 Oct 2025 01:51:56 +0300 Subject: [PATCH] modified: backend/src/controllers/dynamicApiController.ts --- backend/src/controllers/dynamicApiController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/controllers/dynamicApiController.ts b/backend/src/controllers/dynamicApiController.ts index 8b7523c..9fddd9c 100644 --- a/backend/src/controllers/dynamicApiController.ts +++ b/backend/src/controllers/dynamicApiController.ts @@ -2,7 +2,7 @@ import { Response } from 'express'; import { ApiKeyRequest } from '../middleware/apiKey'; import { mainPool } from '../config/database'; import { sqlExecutor } from '../services/SqlExecutor'; -import { scriptExecutor } from '../services/scriptExecutor'; +import { scriptExecutor } from '../services/ScriptExecutor'; import { EndpointParameter, ScriptQuery } from '../types'; export const executeDynamicEndpoint = async (req: ApiKeyRequest, res: Response) => {