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
e2919c95
...
e2919c95e9a697c6169a71e4e64d837ecca1d956
authored
2024-09-05 09:39:02 +0800
by
赵聪
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
39b96ada
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/release.php
routes/release.php
View file @
e2919c9
...
...
@@ -19,7 +19,7 @@ Route::get('/',function(){
/**
* Tme接口
*/
Route
::
group
([
'
middleware'
=>
'throttle:500,1'
,
'
prefix'
=>
'tme'
],
function
(){
Route
::
group
([
'prefix'
=>
'tme'
],
function
(){
// 提交发行接口
Route
::
post
(
'upload'
,
'WorkController@Upload'
);
//上传接口
...
...
Please
register
or
sign in
to post a comment