diff --git a/api/test.php b/api/test.php deleted file mode 100644 index 60044a55..00000000 --- a/api/test.php +++ /dev/null @@ -1,14 +0,0 @@ -firstName = "HELLO"; - $object->save(); - - - - return $response ( $object, HTTP_OK, APPLICATION_JSON); -}); \ No newline at end of file diff --git a/objects/MapTest.php b/objects/MapTest.php deleted file mode 100644 index 5e5f553a..00000000 --- a/objects/MapTest.php +++ /dev/null @@ -1,12 +0,0 @@ - "id", "firstName" => "firstname"]; - - - public $id; - public $firstName; - -} \ No newline at end of file