Skip to content

Commit 5a964ef

Browse files
committed
fix: patch up vendor import
1 parent 23d229e commit 5a964ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/dist/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
header('Access-Control-Allow-Origin: *');
77
header('Access-Control-Allow-Headers: *');
88

9-
require dirname(__DIR__) . '/vendor/autoload.php';
9+
require dirname(__DIR__, 3) . '/vendor/autoload.php';
1010

1111
$action = $_GET['action'] ?? null;
1212

0 commit comments

Comments
 (0)