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-04-14 17:33:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae9243224becd1aa5bc36309e33b7df64ed381f0
ae924322
1 parent
f986db46
1.首页接口实现。
2.支持用户端上传。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/V1/HomeController.php
app/Http/Controllers/V1/HomeController.php
View file @
ae92432
...
...
@@ -22,7 +22,7 @@ class HomeController extends Controller
$lists
=
Immerse
::
query
()
->
get
();
// user video
return
Response
::
success
();
return
Response
::
success
(
$lists
);
}
...
...
Please
register
or
login
to post a comment