fix bootstrap path

This commit is contained in:
ghost 2023-09-16 17:10:47 +03:00
parent 46ce339d60
commit 934d23fe04

View File

@ -1,7 +1,7 @@
<?php
// Bootstrap
require_once __DIR__ . '/../config/bootstrap.php';
require_once __DIR__ . '/../../config/bootstrap.php';
// Define response
$response =