AI代码生成工具
This commit is contained in:
@@ -17,7 +17,10 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
health: '/up',
|
||||
)
|
||||
->withMiddleware(function (Middleware $middleware) {
|
||||
//
|
||||
// 操作日志:按 nl_api_endpoint.is_log 落库
|
||||
$middleware->api(append: [
|
||||
\App\Http\Middleware\ApiOpLogMiddleware::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
$exceptions->render(function (Throwable $e) {
|
||||
|
||||
Reference in New Issue
Block a user