mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
fix bootstrap path
This commit is contained in:
parent
46ce339d60
commit
934d23fe04
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Bootstrap
|
// Bootstrap
|
||||||
require_once __DIR__ . '/../config/bootstrap.php';
|
require_once __DIR__ . '/../../config/bootstrap.php';
|
||||||
|
|
||||||
// Define response
|
// Define response
|
||||||
$response =
|
$response =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue