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
241
Commits
3
Branches
51 MiB
JavaScript
57.3%
PHP
19.6%
HTML
8.7%
CSS
6.3%
TSQL
4.5%
Other
3.5%
Tree:
7f5fe9a2fa
shop
/
application
/
api
/
config.php
7 lines
107 B
Raw
Blame
History
<?php
//配置文件
return [
'exception_handle' => '\\app\\api\\library\\ExceptionHandle',
];