mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -196,6 +196,8 @@ class ServerController extends Controller | |||||||
|     { |     { | ||||||
|         $serverService = new ServerService(); |         $serverService = new ServerService(); | ||||||
|         $config = $serverService->getConfig($request->input('node_id'), 23333); |         $config = $serverService->getConfig($request->input('node_id'), 23333); | ||||||
|         die(json_encode($config, JSON_UNESCAPED_UNICODE)); |         return response([ | ||||||
|  |             'data' => $config | ||||||
|  |         ]); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user