mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +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
|
||||
|
||||
// Bootstrap
|
||||
require_once __DIR__ . '/../config/bootstrap.php';
|
||||
require_once __DIR__ . '/../../config/bootstrap.php';
|
||||
|
||||
// Define response
|
||||
$response =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue