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
fad6b37d
...
fad6b37d902d2263cfaf72bf1f162bc5ce887605
authored
2022-05-26 13:50:12 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
release
1 parent
cc58a0d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/VerifyCsrfToken.php
View file @
fad6b37
...
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
...
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
12
* @var array
12
* @var array
13
*/
13
*/
14
protected
$except
=
[
14
protected
$except
=
[
15
//
15
'*'
16
];
16
];
17
}
17
}
...
...
Please
register
or
sign in
to post a comment