mirror of
https://github.com/v2board/v2board.git
synced 2025-02-11 07:59:11 +08:00
update
This commit is contained in:
parent
055f5f8f7d
commit
506a66a76d
@ -12,7 +12,7 @@ class NoticeController extends Controller
|
|||||||
{
|
{
|
||||||
public function index (Request $request) {
|
public function index (Request $request) {
|
||||||
return response([
|
return response([
|
||||||
'data' => Notice::get()
|
'data' => Notice::orderBy('id', 'DESC')->get()
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user