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
f5fe3ff7
...
f5fe3ff7870c02c1c1c1d20e6fcc052c0bb37e17
authored
2022-06-08 15:51:59 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
4f7e85f8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
composer.lock
config/cors.php
routes/release.php
composer.lock
View file @
f5fe3ff
This diff could not be displayed because it is too large.
config/cors.php
View file @
f5fe3ff
...
...
@@ -15,7 +15,7 @@ return [
|
*/
'paths'
=>
[
'api/*'
,
'sanctum/csrf-cookie'
],
'paths'
=>
[
'api/*'
,
'
release/*'
,
'
sanctum/csrf-cookie'
],
'allowed_methods'
=>
[
'*'
],
...
...
routes/release.php
View file @
f5fe3ff
...
...
@@ -2,8 +2,6 @@
use
Illuminate\Support\Facades\Route
;
header
(
"Access-Control-Allow-Origin: *"
);
/*
|--------------------------------------------------------------------------
| API Routes
...
...
Please
register
or
sign in
to post a comment