From cfeacbb06da531dd80d6e671bd46fd147b7f36e0 Mon Sep 17 00:00:00 2001 From: prototrip Date: Sat, 7 Aug 2021 14:30:28 +0300 Subject: [PATCH] small changes --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;