init
This commit is contained in:
15
app/Api/Controllers/IndexController.php
Normal file
15
app/Api/Controllers/IndexController.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Api\Controllers;
|
||||
|
||||
use Illuminate\Http\JsonResponse;
|
||||
|
||||
class IndexController extends Controller
|
||||
{
|
||||
|
||||
public function index(): JsonResponse
|
||||
{
|
||||
return $this->success('Json Api is ready');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user