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
c7e1e0a8
...
c7e1e0a83ad67786314e5b0fd245134ca296c659
authored
2022-05-26 14:06:12 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
release
1 parent
fad6b37d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/Http/Middleware/VerifyCsrfToken.php
routes/release.php
app/Http/Middleware/VerifyCsrfToken.php
View file @
c7e1e0a
...
...
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected
$except
=
[
'*'
//
'*'
];
}
...
...
routes/release.php
View file @
c7e1e0a
...
...
@@ -2,6 +2,8 @@
use
Illuminate\Support\Facades\Route
;
header
(
"Access-Control-Allow-Origin: *"
);
/*
|--------------------------------------------------------------------------
| API Routes
...
...
Please
register
or
sign in
to post a comment