- Complete GGZ Ecademy Laravel backend application - RESTful API for learning products, members, filters - Authentication and authorization system - Database migrations and seeders - Custom CRUD generator commands - Email notification system - Integration with frontend applications
This commit is contained in:
11
app/Http/Controllers/PingController.php
Normal file
11
app/Http/Controllers/PingController.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
class PingController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return response('', 200);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user