api.php 56 B

123456
  1. <?php
  2. Route::any('/', function () {
  3. return true;
  4. });