diff --git a/v1/entries.php b/api/v1/entries.php similarity index 98% rename from v1/entries.php rename to api/v1/entries.php index c8663be..2a87da6 100644 --- a/v1/entries.php +++ b/api/v1/entries.php @@ -3,4 +3,4 @@ if (!file_exists($filename)) touch($filename); file_put_contents($filename, file_get_contents("php://input"), FILE_APPEND | LOCK_EX); -?> \ No newline at end of file +?>