refactor(routes): unregister unused backend APIs

This commit is contained in:
2026-08-27 12:10:15 -03:00
parent 899bf12457
commit c436302d7a
4 changed files with 0 additions and 23 deletions

View File

@@ -1,8 +1,3 @@
<?php
use App\Domains\Tenant\Controllers\TenantController;
use Illuminate\Support\Facades\Route;
Route::apiResource('tenants', TenantController::class);
require __DIR__.'/adminapp.php';