mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: add request log to middleware
This commit is contained in:
		| @@ -9,7 +9,7 @@ class AdminRoute | ||||
|     { | ||||
|         $router->group([ | ||||
|             'prefix' => config('v2board.secure_path', config('v2board.frontend_admin_path', hash('crc32b', config('app.key')))), | ||||
|             'middleware' => 'admin' | ||||
|             'middleware' => ['admin', 'log'] | ||||
|         ], function ($router) { | ||||
|             // Config | ||||
|             $router->get ('/config/fetch', 'Admin\\ConfigController@fetch'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user