Fix: Add env.php include to delete_trip and toggle_trip_published processors

This commit is contained in:
twotalesanimation
2025-12-04 17:31:27 +02:00
parent bfb3a0f8a9
commit d81d74a7c7
9 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ ob_start();
header('Content-Type: application/json');
$rootPath = dirname(dirname(__DIR__));
require_once($rootPath . "/src/config/env.php");
require_once($rootPath . '/src/config/functions.php');
require_once($rootPath . '/src/config/connection.php');