1
0

Ubah dari Swagger ke Dedoc lalu buat API Ticket dan TicketType

This commit is contained in:
Wian Drs
2026-06-20 00:12:19 +07:00
parent 2f805a233d
commit 2dc461ae89
1283 changed files with 36405 additions and 89470 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use App\Traits\ApiResponse;
class ApiController extends Controller
{
use ApiResponse;
}