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
39b96ada
...
39b96adaaabddc319d91e5dfabf481607a3a85a5
authored
2024-09-05 09:36:31 +0800
by
赵聪
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
e1e7269b
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 @
39b96ad
...
...
@@ -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