From c47c6fc4b4a67b8e3547e9a993c0c8c0ed844473 Mon Sep 17 00:00:00 2001 From: auxlife Date: Tue, 21 Aug 2018 13:39:53 -0700 Subject: [PATCH] Rename v1/entries.php to api/v1/entries.php --- {v1 => api/v1}/entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {v1 => api/v1}/entries.php (98%) 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 +?>