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
d2aedd35
...
d2aedd350f5ea963e851c5982ef718bd4753cab2
authored
2022-12-07 17:39:44 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
页面提交人搜索
1 parent
69350683
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 @
d2aedd3
...
...
@@ -28,7 +28,7 @@ Route::group([], function (){
//获取用户
Route
::
post
(
'getUserName'
,
'MusicianUserController@userInfo'
);
//获取用户信息
Route
::
ge
t
(
'getCompanyByName'
,
'MusicianUserController@getCompanyByName'
);
Route
::
pos
t
(
'getCompanyByName'
,
'MusicianUserController@getCompanyByName'
);
...
...
Please
register
or
sign in
to post a comment