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-07-19 11:09:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d7cf7efbc5e3c0370b60826a1dbc66234e4f5287
d7cf7efb
1 parent
427843f9
1.收藏列表改用get
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/api.php
routes/api.php
View file @
d7cf7ef
...
...
@@ -92,7 +92,7 @@ Route::prefix('v1')->namespace('App\Http\Controllers\V1')->middleware('auth:sanc
$api
->
post
(
'/collect/{id}'
,
'ImmerseController@collect'
);
/** 收藏列表 */
$api
->
pos
t
(
'/collect'
,
'ImmerseController@collectList'
);
$api
->
ge
t
(
'/collect'
,
'ImmerseController@collectList'
);
/** 众妙 */
$api
->
get
(
'/packpoem'
,
'HomeController@packpoem'
);
...
...
Please
register
or
login
to post a comment