cmbYouku_Api/route/admin.php

8 lines
120 B
PHP
Raw Permalink Normal View History

2024-07-01 15:57:07 +08:00
<?php
use think\facade\Route;
Route::miss(function () {
return response('出错啦,未找到资源~', 404);
});