This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
104
Commits
3
Branches
51 MiB
Tree:
5ae94351c5
shop
/
application
/
api
/
config.php
config.php
107 B
Raw
Normal View
History
init
4 years ago
1
2
3
4
5
6
<?php
//配置文件
return [
'exception_handle' => '\\app\\api\\library\\ExceptionHandle',
];