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