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
a9e70bcc
...
a9e70bccc3604e615ea5b4ff38026c2c3e4a61d5
authored
2022-08-22 17:52:59 +0800
by
wei.feng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
商用授权接口
1 parent
9c56f25c
Show 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 @
a9e70bc
...
...
@@ -62,7 +62,7 @@ class RouteServiceProvider extends ServiceProvider
->
group
(
base_path
(
'routes/release.php'
));
//开放平台接口
Route
::
domain
(
'openApi.test
'
)
Route
::
prefix
(
'api
'
)
->
namespace
(
$this
->
namespace
.
'\OpenApi'
)
->
group
(
base_path
(
'routes/openApi.php'
));
});
...
...
Please
register
or
sign in
to post a comment