Skip to content

Commit

Permalink
Rename v1/entries.php to api/v1/entries.php
Browse files Browse the repository at this point in the history
  • Loading branch information
auxlife authored Aug 21, 2018
1 parent 1f019e6 commit c47c6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/entries.php → api/v1/entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if (!file_exists($filename))
touch($filename);
file_put_contents($filename, file_get_contents("php://input"), FILE_APPEND | LOCK_EX);
?>
?>

0 comments on commit c47c6fc

Please sign in to comment.