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
e167ec56
...
e167ec5605e4e4bba9b12560ca1da14818bdcb99
authored
2023-01-13 17:14:13 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
c34c52e1
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 @
e167ec5
...
...
@@ -19,7 +19,7 @@ Route::get('/',function(){
/**
* Tme接口
*/
Route
::
group
([
'middleware'
=>
'throttle:
6
0,1'
,
'prefix'
=>
'tme'
],
function
(){
Route
::
group
([
'middleware'
=>
'throttle:
12
0,1'
,
'prefix'
=>
'tme'
],
function
(){
// 提交发行接口
Route
::
post
(
'upload'
,
'WorkController@Upload'
);
//上传接口
...
...
Please
register
or
sign in
to post a comment