cmbYouku_Api/route/admin.php

8 lines
120 B
PHP

<?php
use think\facade\Route;
Route::miss(function () {
return response('出错啦,未找到资源~', 404);
});