Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
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
4e8456a4
authored
2016-08-16 15:18:28 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
1 parent
66edef5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
app/Http/Kernel.php
app/Http/Kernel.php
View file @
4e8456a
...
...
@@ -29,7 +29,7 @@ class Kernel extends HttpKernel
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse
::
class
,
\Illuminate\Session\Middleware\StartSession
::
class
,
\Illuminate\View\Middleware\ShareErrorsFromSession
::
class
,
'App\Http\Middleware\ForceHttpProtocol'
'App\Http\Middleware\ForceHttpProtocol'
,
],
...
...
@@ -37,7 +37,8 @@ class Kernel extends HttpKernel
'throttle:60,1'
,
],
];
/**
* The application's route middleware.
*
...
...
@@ -54,7 +55,7 @@ class Kernel extends HttpKernel
'cors'
=>
\App\Http\Middleware\Cors
::
class
,
'jwt.auth'
=>
\Tymon\JWTAuth\Middleware\GetUserFromToken
::
class
,
'jwt.refresh'
=>
\Tymon\JWTAuth\Middleware\RefreshToken
::
class
,
'forceSsl'
=>
App\Http\Middleware\ForceHttpProtocol
::
class
'forceSsl'
=>
App\Http\Middleware\ForceHttpProtocol
::
class
,
];
}
...
...
Please
register
or
sign in
to post a comment