mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -14,7 +14,7 @@ use Illuminate\Support\Facades\Redis; | ||||
|  | ||||
| class DashboardController extends Controller | ||||
| { | ||||
|     public function index (Request $request) { | ||||
|     public function override (Request $request) { | ||||
|         return response([ | ||||
|             'data' => [ | ||||
|                 'month_income' => Redis::get('month_income'), | ||||
|   | ||||
| @@ -44,7 +44,7 @@ Route::prefix('v1') | ||||
|                 Route::post('user/update', 'Admin\\UserController@update'); | ||||
|                 Route::get ('user/id2UserInfo/{id}', 'Admin\\UserController@id2UserInfo'); | ||||
|                 // Dashboard | ||||
|                 Route::get ('dashboard', 'Admin\\DashboardController@index'); | ||||
|                 Route::get ('dashboard/override', 'Admin\\DashboardController@override'); | ||||
|                 // Notice | ||||
|                 Route::get ('notice/fetch', 'Admin\\NoticeController@fetch'); | ||||
|                 Route::post('notice/save', 'Admin\\NoticeController@save'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user