From 39aa8530424310663c888f9e02224158961532e3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 30 Oct 2018 18:41:29 +0100 Subject: PHP is crap --- infrastructure/Api/Controllers/DefaultApiController.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 infrastructure/Api/Controllers/DefaultApiController.php (limited to 'infrastructure/Api/Controllers/DefaultApiController.php') diff --git a/infrastructure/Api/Controllers/DefaultApiController.php b/infrastructure/Api/Controllers/DefaultApiController.php deleted file mode 100644 index 1bb11bf..0000000 --- a/infrastructure/Api/Controllers/DefaultApiController.php +++ /dev/null @@ -1,16 +0,0 @@ -json([ - 'message' => 'Welcome to the official Texx API' - ]); - } -} -- cgit v1.2.3