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
62a7cd12
...
62a7cd129586657fa3fdfd2bb8e0ab210332a257
authored
2022-06-08 16:05:05 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
7004ce75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app/Http/Kernel.php
app/Http/Kernel.php
View file @
62a7cd1
...
...
@@ -3,6 +3,7 @@
namespace
App\Http
;
use
App\Http\Middleware\AuthIdentifier
;
use
Fruitcake\Cors\HandleCors
;
use
Illuminate\Foundation\Http\Kernel
as
HttpKernel
;
class
Kernel
extends
HttpKernel
...
...
@@ -17,7 +18,7 @@ class Kernel extends HttpKernel
protected
$middleware
=
[
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies
::
class
,
\Fruitcake\Cors\
HandleCors
::
class
,
HandleCors
::
class
,
\App\Http\Middleware\PreventRequestsDuringMaintenance
::
class
,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize
::
class
,
\App\Http\Middleware\TrimStrings
::
class
,
...
...
Please
register
or
sign in
to post a comment