diff --git a/api.php b/api.php index 1ee14f1..2beb383 100644 --- a/api.php +++ b/api.php @@ -9,7 +9,7 @@ $api = new App('http://0.0.0.0:3500'); $api->count = 4; // process count $api->any('/', function ($requst) { - $filename = "/test.txt"; + $filename = "test.txt"; $file_contents = file_get_contents($filename); $attachment_location = $_SERVER["DOCUMENT_ROOT"] . $filename;