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
006f816c
...
006f816cb95409a42a66b23e058ef241599b8ab3
authored
2021-06-29 15:17:24 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
84ab2230
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/admin.php
routes/admin.php
View file @
006f816
...
...
@@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
*/
Route
::
group
([],
function
(){
//提现审核通过
Route
::
ge
t
(
'musician/withdraw'
,
'MusicianWithdrawController@withdraw'
);
Route
::
pos
t
(
'musician/withdraw'
,
'MusicianWithdrawController@withdraw'
);
});
...
...
Please
register
or
sign in
to post a comment