bztang-admin/routes/api.php

7 lines
56 B
PHP

<?php
Route::any('/', function () {
return true;
});