This website requires JavaScript.
Explore
Help
Register
Sign In
zhouyonggao
/
cmbYouku_Api
Watch
1
Star
0
Fork
You've already forked cmbYouku_Api
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ee66302549
cmbYouku_Api
/
route
/
admin.php
8 lines
120 B
PHP
Raw
Blame
History
<
?
php
use
think\facade\Route
;
Route
::
miss
(
function
()
{
return
response
(
'出错啦,未找到资源~'
,
404
);
});
Reference in New Issue
View Git Blame
Copy Permalink