Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e1e7269b
...
e1e7269b798a432cd81af776a31377659e71f23b
authored
2024-09-04 21:55:48 +0800
by
赵聪
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
429
1 parent
28cb9d80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Kernel.php
app/Http/Kernel.php
View file @
e1e7269
...
...
@@ -64,7 +64,7 @@ class Kernel extends HttpKernel
'guest'
=>
\App\Http\Middleware\RedirectIfAuthenticated
::
class
,
'password.confirm'
=>
\Illuminate\Auth\Middleware\RequirePassword
::
class
,
'signed'
=>
\Illuminate\Routing\Middleware\ValidateSignature
::
class
,
'throttle'
=>
\Illuminate\Routing\Middleware\ThrottleRequests
::
class
,
//
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
'verified'
=>
\Illuminate\Auth\Middleware\EnsureEmailIsVerified
::
class
,
'check.signature'
=>
\App\Http\Middleware\CheckSignature
::
class
,
'auth.identifier'
=>
AuthIdentifier
::
class
,
...
...
Please
register
or
sign in
to post a comment