Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
feat(Debug): Remove DebugMiddleware
Browse files Browse the repository at this point in the history
Remove DebugMiddleware
  • Loading branch information
Rhilip committed May 31, 2019
1 parent 9d4f0cb commit 07c7fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
3 changes: 1 addition & 2 deletions apps/config/http_base.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

// 全局中间件
'middleware' => [
apps\middleware\IpBanMiddleware::class,
apps\middleware\DebugMiddleware::class
apps\middleware\IpBanMiddleware::class
],

// 组件配置
Expand Down
25 changes: 0 additions & 25 deletions apps/middleware/DebugMiddleware.php

This file was deleted.

0 comments on commit 07c7fd1

Please sign in to comment.