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
8dbabbec
...
8dbabbec3180551c152f0d0b09162a9c9c46491f
authored
2021-09-18 13:12:13 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
93fe78ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Providers/RouteServiceProvider.php
app/Providers/RouteServiceProvider.php
View file @
8dbabbe
...
...
@@ -45,7 +45,7 @@ class RouteServiceProvider extends ServiceProvider
->
group
(
base_path
(
'routes/api.php'
));
//公用
Route
::
prefix
(
'
api
'
)
Route
::
prefix
(
'
common
'
)
->
middleware
(
'api'
)
->
namespace
(
$this
->
namespace
.
'\Common'
)
->
group
(
base_path
(
'routes/common.php'
));
...
...
Please
register
or
sign in
to post a comment