Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-12-26 16:15:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fdbd6e89b70018a7aeece9327bdf37b64062933
5fdbd6e8
1 parent
80140bc2
1.微调一下接口,打印参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
app/Admin/routes.php
app/Admin/routes.php
View file @
5fdbd6e
...
...
@@ -47,8 +47,7 @@ Route::group([
// $router->resource('/tool/recommend','');
/** 推送服务*/
$router
->
resource
(
'/push'
,
'PickPoetryVerseController'
);
// $router->resource('/push', 'PushController');
$router
->
resource
(
'/push'
,
'PushController'
);
});
$router
->
group
([
'prefix'
=>
'/setting'
],
function
(
Router
$router
){
...
...
Please
register
or
login
to post a comment