mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -50,7 +50,8 @@ Route::prefix('v1') | ||||
|                 Route::post('notice/update', 'Admin\\NoticeController@update'); | ||||
|                 Route::post('notice/drop', 'Admin\\NoticeController@drop'); | ||||
|                 // Ticket | ||||
|                 Route::get('ticket', 'Admin\\TicketController@index'); | ||||
|                 Route::get ('ticket', 'Admin\\TicketController@index'); | ||||
|                 Route::post('ticket/reply', 'Admin\\TicketControllr@reply'); | ||||
|             }); | ||||
|         // User | ||||
|         Route::prefix('user') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user